Creating a custom UITextField component with autocomplete and dropdown features [closed]

大城市里の小女人 提交于 2019-12-24 01:25:24

问题


I've created a Swift based sample application with a custom textfield and autocomplete and dropdown features.

Here is my sample app repository: https://github.com/kingalione/autocomplete-dropdown

My goal is to create a iOS Swift based custom textfield component so I can reuse this component in my main application but my iOS experience is not that good to build this component at my own.

Can anyone help me on this?


回答1:


You can use this pod - https://github.com/jriosdev/iOSDropDown. You can even create your own custom drop-down but that might require a lot of time, better to use a cocoa library and get the work done within no time.

I hope this helps you.



来源:https://stackoverflow.com/questions/37923986/creating-a-custom-uitextfield-component-with-autocomplete-and-dropdown-features

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!