Hi guys, I want to insert an editable bubble in my app. I don't really know what it's called, but I can give you a picture of what I want: This is from the Xcode IDE
Thanks
Hi guys, I want to insert an editable bubble in my app. I don't really know what it's called, but I can give you a picture of what I want: This is from the Xcode IDE
Thanks
you might be talking about an NSTextView which contains Tokens or a TokenField. Look up this in the Apple API and see if this offers the functionality you need. I would recommend using an NSMutableString to hold your data as the values are stored in a comma separated syntax.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.