AutocompleteField:UITextField的子类,在键入时显示内嵌建议

时间:2021-02-19 17:47:47
【文件属性】:
文件名称:AutocompleteField:UITextField的子类,在键入时显示内嵌建议
文件大小:432KB
文件格式:ZIP
更新时间:2021-02-19 17:47:47
autocomplete input uitextfield textfield suggestions 自动完成字段 UITextField子类,在键入时显示内联建议。 即插即用替换UITextField 。 。 自动填写电子邮件地址时的理想选择。 两种建议模式(单词和句子,请参见下面的 )。 使用自定义字体,边框等。 超轻量级和零依赖。 要求 iOS 10.0以上 迅捷4.2+ 安装 可可豆 将以下内容添加到您的Podfile : target 'MyApp' do pod 'AutocompleteField' , '~> 2.0' end 迅捷软件包管理器 选择“文件”>“ Swift软件包”>“添加软件包依赖性” 。 在“选择软件包存储库”对话框中输入https://github.com/filipstefansson/AutocompleteField.git 。 有关更多信息,请参阅。 手动地 将/Sources/AutocompleteField.swif
【文件预览】:
AutocompleteField-master
----AutocompleteField.podspec(706B)
----.gitignore(62B)
----Sources()
--------AutocompleteField.swift(10KB)
----Example()
--------Example()
--------Example.xcodeproj()
----LICENSE.txt(1KB)
----.github()
--------example.gif(564KB)
----README.md(5KB)
----AutocompleteField.xcworkspace()
--------xcshareddata()
--------contents.xcworkspacedata(241B)
----Package.swift(380B)
----Tests()
--------Tests.swift(2KB)
--------Info.plist(727B)

网友评论