Creating tags for a text field in iOS?

ios, objective-c, xcode

Solution

The Mac version of this control is called an `NSTokenField`. There's a conversation about an iOS version of this control over here: Is there an iPhone equivalent to the NSTokenField control?

Problem

Is there a way to create tags (just like here on stackoverflow when you post a question) in xcode/obj-c? I would like to have a text field where the user can add some predetermined tags to classify something. Since I haven't started writing this, phonegap is also an option- perhaps it is easier to use tags like that in html? Anyone have any links or tutorials on how to do this?

Original source

Related problems