Tagging for textbox in iOS?

Is there a way to create tags (like here in stackoverflow when you submit a question) in xcode / obj-c?

I would like to have a text box in which the user can add some predefined tags to classify something.

Since I haven't started writing this yet, phone delay is also an option - maybe it's easier to use tags like this in html?

Does anyone have any links or tutorials on how to do this?

+3
source share
1 answer

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

+3
source

All Articles