CJFFormKit 1.0.14

CJFFormKit 1.0.14

Maintained by JinfeiChen.



 
Depends on:
Masonry>= 0
YYModel>= 0
YYText>= 0
YYWebImage>= 0
TZImagePickerController>= 0
TZImagePreviewController>= 0
 

CJFFormKit 1.0.14

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

[email protected]

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)+编号+类别