MasterBetter / ZPTextAttribiteFild

ZPTextAttribiteFild

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example

骑上蜗牛去看大海 2020-07-07 18.04.21.gif

ZPTextAttribiteBaseVrify

校验输入框内容基类

ZPTextAttribiteFild:

/// placeHold 和 输入框的间距
@property (nonatomic, assign) CGFloat placeHoldSpaceFild;
/// 输入框距离底部的间距
@property (nonatomic, assign) CGFloat fildSpaceBottom;
/// 占位文字颜色
@property (nonatomic, strong) UIColor *placeholderTextColor;
/// 底部线的颜色
@property (nonatomic, strong) UIColor *lineColor;
/// 底部线选中后的颜色
@property (nonatomic, strong) UIColor *lineSelecateColor;
/// 占位文字大小
@property (nonatomic, strong) UIFont *placeholderFont;
/// 验证输入合法性
@property (nonatomic, strong) ZPTextAttribiteBaseVrify * verify;

placeHoldSpaceFild.png

Installation

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

pod 'ZPTextAttribiteFild'

Author

ZPP506, 944160330@qq.com

License

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

About

ZPTextAttribiteFild

License:MIT License


Languages

Language:Objective-C 92.8%Language:Ruby 7.2%