摘要: - (CGFloat)getCellHeight:(UITableViewCell*)cell { [cell layoutIfNeeded]; [cell updateConstraintsIfNeeded]; CGFloat height = [cell.contentView systemLa 阅读全文
posted @ 2016-01-25 11:49 Mr_tao 阅读(576) 评论(0) 推荐(0)
摘要: @property (nonatomic, assign) NSInteger timeout; UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom]; button.frame = CGRectMake(100, 100, 阅读全文
posted @ 2016-01-25 11:10 Mr_tao 阅读(145) 评论(0) 推荐(0)