iTofu / LCNavigationControllerLinks
除 UINavigationController 外最流行的 NavigationController!
☆225Updated 9 years ago
Alternatives and similar repositories for LCNavigationController
Users that are interested in LCNavigationController are comparing it to the libraries listed below
Sorting:
- 适用于UITableView的“蝇量级”框架。 将业务复杂度集中,减少代码量,提高可阅读性。 本类的思想,是将tableView中cell的相关逻辑集中起来, 放到数组中管理,而不是将业务逻辑分散在各个代理方法中。 特别是使用基类BaseTableViewControll…