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",
22 "frameworks": "UIKit",
26 "source_files": "MKUI/Core/*.{h,m}",
31 "source_files": "MKUI/Extension/*.{h,m}",
41 "source_files": "MKUI/Constraint/*.{h,m}",
50 "name": "FlowLayoutButton",
51 "source_files": "MKUI/FlowLayoutButton/*.{h,m}",
66 "name": "CollectionModel",
67 "source_files": "MKUI/CollectionModel/*.{h,m}",
79 "name": "UITableViewModel",
80 "source_files": "MKUI/UITableViewModel/*.{h,m}",
82 "MKUI/CollectionModel": [
99 "source_files": "MKUI/ListView/*.{h,m}",
111 "frameworks": "UIKit"
115 "source_files": "MKUI/Element/*.{h,m}",
129 "MKUI/UITableViewModel": [
133 "frameworks": "UIKit"
136 "name": "UICollectionModel",
137 "source_files": "MKUI/UICollectionModel/*.{h,m}",
139 "MKUI/CollectionModel": [
152 "frameworks": "UIKit"
155 "name": "UIPickerViewModel",
156 "source_files": "MKUI/UIPickerViewModel/*.{h,m}",
158 "MKUI/CollectionModel": [
162 "frameworks": "UIKit"
165 "name": "TarBarController",
166 "source_files": "MKUI/TarBarController/*.{h,m}",
171 "MKUI/UICollectionModel": [
174 "MKUI/CollectionViewLayout": [
177 "MKUI/FlowLayoutButton": [
190 "frameworks": "UIKit"
193 "name": "CollectionViewLayout",
194 "source_files": "MKUI/CollectionViewLayout/*.{h,m}",
206 "frameworks": "UIKit"
209 "name": "CollectionViewLayout_UICollectionModel",
210 "source_files": "MKUI/CollectionViewLayout_UICollectionModel/*.{h,m}",
218 "MKUI/CollectionViewLayout": [
224 "MKUI/UICollectionModel": [
228 "frameworks": "UIKit"
232 "source_files": "MKUI/Theme/*.{h,m}",
241 "frameworks": "UIKit"
244 "name": "PageControl",
245 "source_files": "MKUI/PageControl/*.{h,m}",
253 "MKUI/CollectionViewLayout": [
256 "MKUI/UICollectionModel": [
260 "frameworks": "UIKit"
264 "source_files": "MKUI/Alert/*.{h,m}",
276 "frameworks": "UIKit"