Created
April 22, 2019 03:36
-
-
Save MadeBugs/0889fd6d631d3d75b5315607aaa5dde8 to your computer and use it in GitHub Desktop.
计算文字高度
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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