标签:
NSDictionary *attributes = @{NSFontAttributeName: [UIFont fontWithName:@"HelveticaNeue" size:14.0f]};
CGSize size = [[[array objectAtIndex:indexPath.row] objectForKey:@"SearchDate"] sizeWithAttributes:attributes];
标签:
原文地址:http://www.cnblogs.com/zhuyiios/p/4978196.html