随笔分类 -  ios开发

摘要:这个新特性,意味着View被Autolayout调整frame后,会自动拉伸和收缩SupView。 具体到Cell,要求cell.contentView的四条边都与内部元素有约束关系。 在TableViewController里 - (void)viewDidLoad { [super viewDi 阅读全文
posted @ 2016-02-23 21:39 ryanzl 阅读(304) 评论(0) 推荐(0)
摘要:@interface ThreadPreviewCell : UITableViewCell @property (nonatomic, strong) UILabel *titleLabel; @end @implementation ThreadPreviewCell - (void)layou 阅读全文
posted @ 2016-02-23 21:26 ryanzl 阅读(2310) 评论(0) 推荐(0)