4 "summary": "iOS上,对集合类型的视图进行模型封装,以及提供结构化的视图",
5 "description": "* 对UITableView,UICollectionView,UIPickerView进行模型数据封装\n* 提供一套TabBar页签控制器机制\n* 仿照安卓,提供简单的布局容器\n* 提供流式布局的UIButton子类\n* 提供自定义的CollectionViewLayout(支持循环滚动的流布局)\n* 依照UITableView,提供一个UIListView,按流布局方面管理自己的子view。刷新时,只是计算子view的位置,不会移除、添加子view",
6 "homepage": "https://gitee.com/sushangjin/MKUI",
12 "sushangjin": "381130632@qq.com"
15 "git": "https://gitee.com/sushangjin/MKUI",
21 "source_files": "MKUI/*.h",
29 "source_files": "MKUI/Core/*.{h,m}",
34 "source_files": "MKUI/Extension/*.{h,m}",
44 "source_files": "MKUI/Constraint/*.{h,m}",
53 "name": "FlowLayoutButton",
54 "source_files": "MKUI/FlowLayoutButton/*.{h,m}",
69 "name": "CollectionModel",
70 "source_files": "MKUI/CollectionModel/*.{h,m}",
82 "name": "UITableViewModel",
83 "source_files": "MKUI/UITableViewModel/*.{h,m}",
85 "MKUI/CollectionModel": [
102 "source_files": "MKUI/ListView/*.{h,m}",
114 "frameworks": "UIKit"
117 "name": "UICollectionModel",
118 "source_files": "MKUI/UICollectionModel/*.{h,m}",
120 "MKUI/CollectionModel": [
133 "frameworks": "UIKit"
136 "name": "UIPickerViewModel",
137 "source_files": "MKUI/UIPickerViewModel/*.{h,m}",
139 "MKUI/CollectionModel": [
143 "frameworks": "UIKit"
146 "name": "TarBarController",
147 "source_files": "MKUI/TarBarController/*.{h,m}",
152 "MKUI/UICollectionModel": [
155 "MKUI/FlowLayoutButton": [
168 "frameworks": "UIKit"
171 "name": "CollectionViewLayout",
172 "source_files": "MKUI/CollectionViewLayout/*.{h,m}",
190 "name": "CollectionViewLayout_UICollectionModel",
191 "source_files": "MKUI/CollectionViewLayout_UICollectionModel/*.{h,m}",
199 "MKUI/CollectionViewLayout": [
205 "MKUI/UICollectionModel": [
216 "source_files": "MKUI/Theme/*.{h,m}",
225 "frameworks": "UIKit"
228 "name": "PageControl",
229 "source_files": "MKUI/PageControl/*.{h,m}",
237 "MKUI/CollectionViewLayout": [
240 "MKUI/UICollectionModel": [