iphone - Name input like SMS or Facebook app -
i'm trying find library can handle autocompletion tokened (grouped) texts.
there nice libraries out there autocompletion such as:
https://github.com/eddyborja/mlpautocompletetextfield https://github.com/hoteltonight/htautocompletetextfield https://github.com/tarasroshko/trautocompleteview
the problem here is, want make selection names tagging @ sms or facebook app. when user tries delete, should delete text.
there jquery implementations, 1 of them this:
http://loopj.com/jquery-tokeninput/
i couldn't find ios, perhaps keywords generic, google not show related results. there library or can provide code examples?
what you're trying achieve can't done using public sdk.
however, there exist nice third party solutions.
found question, is there iphone equivalent nstokenfield control?, includes links controls use.
Comments
Post a Comment