ios-快捷自动加载各种cell(UIcollectionview).zip

时间:2022-07-31 12:51:06
【文件属性】:

文件名称:ios-快捷自动加载各种cell(UIcollectionview).zip

文件大小:56KB

文件格式:ZIP

更新时间:2022-07-31 12:51:06

列表

- (void)registerNib:(nullable UINib *)nib forCellWithReuseClass:(nullable Class)aClass; 注册nibcell 与model绑定 新建model 继承basemode (初始化排版、或者在viewcontroller里面设置) header、footer都可以 数据源可以重写 默认的是dataList (添加数组(数组必须是model)、或者model)


【文件预览】:
testproject
----testproject.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(19KB)
--------xcuserdata()
----.DS_Store(6KB)
----testproject()
--------testObject.m(472B)
--------Assets.xcassets()
--------main.m(335B)
--------test2CollectionViewCell.xib(3KB)
--------testObject2.h(201B)
--------AppDelegate.h(278B)
--------AppDelegate.m(2KB)
--------Base.lproj()
--------testCollectionViewCell.m(354B)
--------.DS_Store(8KB)
--------test2CollectionViewCell.h(297B)
--------CommonList()
--------testCollectionViewCell.h(293B)
--------testObject.h(199B)
--------ViewController.h(216B)
--------test2CollectionViewCell.m(309B)
--------Info.plist(1KB)
--------ViewController.m(2KB)
--------testObject2.m(194B)
--------testCollectionViewCell.xib(2KB)

网友评论