美文网首页
集合视图子类

集合视图子类

作者: 流年易逝_李 | 来源:发表于2018-06-12 23:18 被阅读4次

在应用中经常继承于集合视图,如TableViewCell , CollectionViewCell ,需注意

TableViewCell 重写- (instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier 方法

CollectionViewCell 重写- (instancetype)initWithFrame:(CGRect)frame 方法

相关文章

网友评论

      本文标题:集合视图子类

      本文链接:https://www.haomeiwen.com/subject/dcldeftx.html