- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/ChenYilong/CYLTableViewPlaceHolder
软件介绍
CYLTableViewPlaceHolder,一行代码完成“空TableView占位视图”管理
导航
与其他框架的区别
| - | 特点 | 解释 |
|---|---|---|
| 1 | 轻量级、无污染 | 基于 UITableView 分类,无污染,比基于子类化、继承的框架更加轻量级 |
| 2 | 低耦合 | 自定义占位视图的可自行实现,通过协议传递,耦合性极低。 |
| 3 | 简单,无学习成本 | 一行代码完成,仅需使用 cyl_reloadData 代替 reloadData 即可。自动检测是否需要 addSubview 和 removeFromSuperview ,省去学习繁琐的 add 和 remove 的调用时机。 |
| 4 | 使用方法简单 | CYLTableViewPlaceHolder 基于 dataSource 数据源,所以只需操作 dataSource 数据源,即可完成占位视图的 addSubview 和 removeFromSuperview 的时机,更加直观。搭配 MJRefresh 使用十分方便,demo 中也给出了搭配使用方法。 |
| 5 | 支持CocoaPods | 容易集成 |
(学习交流群:523070828)
集成后的效果
The Art and Science of CSS
Jonathan Snooks、Steve Smith、Jina Bolton、Cameron Adams、David Johnson / SitePoint / March 9, 2007 / $39.95
Want to take your CSS designs to the next level? will show you how to create dozens of CSS-based Website components. You'll discover how to: # Format calendars, menus and table of contents usin......一起来看看 《The Art and Science of CSS》 这本书的介绍吧!

