常用的各种Form表单控件.


License
MIT
Install
pod try CJFFormKit

Documentation

CJFFormKit

CI Status Version License Platform

Example

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

Requirements

Installation

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

pod 'CJFFormKit'

Author

jinfei_chen@icloud.com

License

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

命名规则

一、释义

前缀:CJF

LR : 布局方式,左右,left-right

TB : 布局方式,上下,top-bottom

FF : 布局方式,满铺,full-fill

1.类命名

e.g. CJFFormLR001TableViewCell

e.g. CJFFormLR001EditTableViewCell

大驼峰:前缀+功能+特征1(+特征2)+编号+类别