Skip to content

Commit

Permalink
removed unnecessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nimati committed Jan 6, 2017
1 parent d932422 commit d9186e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Example/Pods/FCAlertView/FCAlertView/Classes/FCAlertView.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion FCAlertView/Classes/FCAlertView.m
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ - (void)drawRect:(CGRect)rect {
// Re-adjusting Frames based on height of text - Requirement is to not have over 6 lines of text

CGSize constraint = CGSizeMake(descriptionLabel.frame.size.width, CGFLOAT_MAX);
CGSize sizeOfText;

NSStringDrawingContext *context = [[NSStringDrawingContext alloc] init];
CGSize boundingBox = [descriptionLabel.text boundingRectWithSize:constraint
Expand Down

0 comments on commit d9186e9

Please sign in to comment.