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"
118 "source_files": "MKUI/Element/*.{h,m}",
132 "MKUI/UITableViewModel": [
136 "frameworks": "UIKit"
139 "name": "UICollectionModel",
140 "source_files": "MKUI/UICollectionModel/*.{h,m}",
142 "MKUI/CollectionModel": [
155 "frameworks": "UIKit"
158 "name": "UIPickerViewModel",
159 "source_files": "MKUI/UIPickerViewModel/*.{h,m}",
161 "MKUI/CollectionModel": [
165 "frameworks": "UIKit"
168 "name": "TarBarController",
169 "source_files": "MKUI/TarBarController/*.{h,m}",
174 "MKUI/UICollectionModel": [
177 "MKUI/CollectionViewLayout": [
180 "MKUI/FlowLayoutButton": [
193 "frameworks": "UIKit"
196 "name": "CollectionViewLayout",
197 "source_files": "MKUI/CollectionViewLayout/*.{h,m}",
215 "name": "CollectionViewLayout_UICollectionModel",
216 "source_files": "MKUI/CollectionViewLayout_UICollectionModel/*.{h,m}",
224 "MKUI/CollectionViewLayout": [
230 "MKUI/UICollectionModel": [
241 "source_files": "MKUI/Theme/*.{h,m}",
250 "frameworks": "UIKit"
253 "name": "PageControl",
254 "source_files": "MKUI/PageControl/*.{h,m}",
262 "MKUI/CollectionViewLayout": [
265 "MKUI/UICollectionModel": [