Skip to content

Latest commit

 

History

History
71 lines (36 loc) · 1.88 KB

README.md

File metadata and controls

71 lines (36 loc) · 1.88 KB

Version License Platform

前提

1 对于OC 编写App 大致UI 页面可区分为 列表 + 非列表

如图

mindnode@2x

介绍

简化非列表类型的UI编写步骤,节省 开发维护成本,减少iOS 一个项目中的维护人员。

MVVM 非rac 结构

cell 不用考虑,更多精力放在自定义View 上

简单结构

结构@2x

对于非列表编写的步骤 不用 new各种的cell

而是用了viewManager 返回各种自定义view + viewsArray + tableView(加载views)来加载

适合范围

非列表页面 所有不是下拉的业务页面

预览

1 信息填写

view1@2x

不同高度View 展示

view1@2x

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

TBFormFactory is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'TBFormFactory'

Author

[email protected] [email protected]

License

TBFormFactory is available under the MIT license. See the LICENSE file for more info.