Multi-Tag Auto Complete Textfield in Apple iOS development with Swift -


So far, I can complete auto complete on Textfield UI in Xcode 6 for my iOS app, but my challenge It takes many tags and then shows suggestions for each, for example:

Enter "Java" in the list and it shows "Java", I select it, "," type I make it a tag and then I start typing "pH" and this is "php", and i choose it and another ", "And so on. As soon as Jquery Auto-complete for many tags, is there any way to complete it in iOS?


Comments