SingleLineInput:带有浮动标签动画的单行文本字段实现

时间:2021-04-29 18:15:21
【文件属性】:
文件名称:SingleLineInput:带有浮动标签动画的单行文本字段实现
文件大小:3.45MB
文件格式:ZIP
更新时间:2021-04-29 18:15:21
Objective-C 单行输入 [ ]( Maximo / SingleLineInput) 演示版 用法 要运行示例项目,请克隆存储库,然后首先从Example目录运行pod install 。 安装 1- SingleLineInput可通过。 要安装它,只需将以下行添加到您的Podfile中: pod "SingleLineInput" 2运行 pod update 3-将您的UITextField更改为SingleLineInput 4-更改SingleLineInput属性(可选) _myInput.lineDisabledColor = [UIColor cyanColor]; _myInput.lineNormalColor = [UIColor grayColor]; _myInput.lineSelectedColor = [UIColor blueColor]; _myInput.i
【文件预览】:
SingleLineInput-master
----.gitignore(495B)
----README.md(2KB)
----Example()
--------Podfile.lock(231B)
--------SingleLineInput.xcworkspace()
--------Pods()
--------SingleLineInput.xcodeproj()
--------Podfile(224B)
--------Tests()
--------.DS_Store(12KB)
--------SingleLineInput()
----Pod()
--------Assets()
--------.DS_Store(10KB)
--------Classes()
----SingleLineInput.podspec(1KB)
----LICENSE(1KB)
----custom_class.png(12KB)
----screen.gif(5.26MB)
----.travis.yml(587B)
----.DS_Store(10KB)

网友评论