views:

101

answers:

2

Hi,

I want to create a tags system for an iPhone app that let you type the tags names and appear like in some Mac OS software.

Like this:

Do you know if there's a way to do that? Or if there's a third party library for that?

Thank you!

A: 

Take a look at Three20 project that is derived from Facebook iPhone app. Under samples You can find pretty cool tags handling implementation.

JaanusSiim
Ah, nice.. I'll see if I can get just that part, because Three20 lib was banned by Apple. Thanks.
Leandro Ardissone
What? When/why was it banned? Do you have any more info on this?
mjdth
I found a discussion on this here: http://groups.google.com/group/three20/browse_thread/thread/c442af6e39a918b0/6d5046771539d139
mjdth
@mjdth that's from last October, when Three20 was using private API. you can definitely get versions of Three20 now that are "store safe"
Dave DeLong
oh, it's safe now?
Leandro Ardissone
+1  A: 

Does anyone know if there are any versions of this type of tags handling for the Mac as well?

kalle
@kalle this should be a separate question. The quick answer is `NSTokenField`.
Dave DeLong