ios获取字符串的宽和高

NSString *string = [NSString stringWithFormat:@”在我面前跪下%i”,37];

CGSize size = [string sizeWithAttributes:@{NSFontAttributeName:[UIFont systemFontOfSize:12]}];


发表评论

电子邮件地址不会被公开。 必填项已用*标注