带状态指示的下划线文本框
这是一个简单的UITextfield子类,可以显示不同的状态。
安装
- CocoaPods: 在您的Podfile中添加
pod 'UnderLineTextField', '~> 2.1'
,然后运行pod install
。 - Carthage: 在您的Cartfile中添加
github "mohammadalijf/UnderLineTextField"
,运行carthage update
,然后将构建的UnderLineTextField.framework
拖到您的Xcode项目中。
注意: Xcode 的可可框架不支持 “IBDesignable” 或 “IBInspectable”。
UnderLineTextField-master.zip
预估大小:47个文件
UnderLineTextField-master
文件夹
.travis.yml
568B
Carthage Wrapper
文件夹
UnderLineTextFieldCarthage.swift
4KB
.swift-version
4B
Example
文件夹
Podfile
128B
UnderLineTextField-Example.xcworkspace
文件夹
contents.xcworkspacedata
244B
xcshareddata
文件夹
...
5.06MB
文件大小:
评论区