Skip to content

Instantly share code, notes, and snippets.

@dodyw
Created February 13, 2014 10:32
Show Gist options
  • Select an option

  • Save dodyw/8972928 to your computer and use it in GitHub Desktop.

Select an option

Save dodyw/8972928 to your computer and use it in GitHub Desktop.
get uilable height
CGSize valSize = [val.text sizeWithFont:val.font
constrainedToSize:val.frame.size
lineBreakMode:UILineBreakModeWordWrap];
CGFloat valHeight = valSize.height;
@dodyw
Copy link
Copy Markdown
Author

dodyw commented Feb 13, 2014

useful to count the number of lines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment