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}",
149 "MKUI/UICollectionModel": [
152 "MKUI/FlowLayoutButton": [
165 "frameworks": "UIKit"
168 "name": "CollectionViewLayout",
169 "source_files": "MKUI/CollectionViewLayout/*.{h,m}",
187 "name": "CollectionViewLayout_UICollectionModel",
188 "source_files": "MKUI/CollectionViewLayout_UICollectionModel/*.{h,m}",
196 "MKUI/CollectionViewLayout": [
202 "MKUI/UICollectionModel": [
213 "source_files": "MKUI/Theme/*.{h,m}",
222 "frameworks": "UIKit"
225 "name": "PageControl",
226 "source_files": "MKUI/PageControl/*.{h,m}",
234 "MKUI/CollectionViewLayout": [
237 "MKUI/UICollectionModel": [