2 "name": "TableViewSections",
4 "summary": "TableView Sections 更优雅和高效的实现复杂列表。",
5 "description": "采用分层解耦的思想,可以很好的解决上面提到的问题\n1. 降低代码复杂度,增加代码的可维护性\n2. 提高代码聚合度,增加代码的可复用性\n3. 通过组合的方式,增加代码的可扩展性,提高多人协作的编码体验和效率\n\n强化 Section,给他创建一个实体,承载更多的逻辑。抽象出 SectionType 类型负责管理自己的数据处理、视图状态、用户交互、业务逻辑等。DataSource 那一层只需要负责Section的组装和页面框架相关的逻辑。\n\n从:`TableView -> DataSource -> Cells`\n变为:`TableView -> DataSource -> Sections -> Cells`",
6 "homepage": "https://github.com/git179979506/TableViewSections",
12 "zhaoshouwen": "zsw19911017@163.com"
15 "git": "https://github.com/git179979506/TableViewSections.git",
18 "social_media_url": "https://juejin.cn/user/4265760847569166",
26 "source_files": "TableViewSections/Classes/**/*",
27 "swift_version": "5.0"