1 对于OC 编写App 大致UI 页面可区分为 列表 + 非列表
如图
简化非列表类型的UI编写步骤,节省 开发维护成本,减少iOS 一个项目中的维护人员。
MVVM 非rac 结构
cell 不用考虑,更多精力放在自定义View 上
对于非列表编写的步骤 不用 new各种的cell
而是用了viewManager 返回各种自定义view + viewsArray + tableView(加载views)来加载
非列表页面 所有不是下拉的业务页面
To run the example project, clone the repo, and run pod install
from the Example directory first.
TBFormFactory is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'TBFormFactory'
[email protected] [email protected]
TBFormFactory is available under the MIT license. See the LICENSE file for more info.