[关闭]
@buoge 2017-08-17T13:55:32.000000Z 字数 1075 阅读 1792

IGListkit 调研: 帮助火星的nasa宇航员回家!!!

iOS


https://instagram.github.io/IGListKit/

https://github.com/Instagram/IGListKit/issues?q=is%3Aissue+is%3Aopen+label%3Astarter-task

https://www.raywenderlich.com/147162/iglistkit-tutorial-better-uicollectionviews

http://blog.csdn.net/kmyhy/article/details/54846390


此处输入图片的描述

TableView 转到 IGListkit

  1. func emptyView(for listAdapter: IGListAdapter) -> UIView? {
  2. let view = UIView()
  3. view.backgroundColor = .lightGray
  4. return view
  5. }

diff calculations 可以避免所有cell同时reload,

更高的性能,更流畅的体验

用SectionController来组织Cell,灵活多变插拔可用

下午对着文章中的代码逻辑,码了一遍代码,感触还是很多的
* IGList 灵活的组织方式
* TextSize 计算文本高度
* 自定义NavBarClass
* IGList 反向的思考方式都让人眼前一新,目前还没有完全领悟,精髓,还需进一步去体验

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注