Skip to content

Instantly share code, notes, and snippets.

@MadeBugs
Created April 22, 2019 03:36
Show Gist options
  • Select an option

  • Save MadeBugs/0889fd6d631d3d75b5315607aaa5dde8 to your computer and use it in GitHub Desktop.

Select an option

Save MadeBugs/0889fd6d631d3d75b5315607aaa5dde8 to your computer and use it in GitHub Desktop.
计算文字高度
CGSize size = [info[@"entry"] boundingRectWithSize:CGSizeMake(260, CGFLOAT_MAX) options:NSStringDrawingUsesLineFragmentOrigin attributes:@{NSFontAttributeName:[UIFont systemFontOfSize:14]} context:nil].size;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment