Is there a way to make the UITextField (or some class similar) create this blue text token natively? If not, someone knows any example code that's similar?
Asked
Active
Viewed 6,856 times
6
-
Have a look here: http://stackoverflow.com/questions/5247072/recreate-recipient-bubble-behaviour-in-mail-app-three20 – TheEye Feb 22 '12 at 21:11
2 Answers
4
I've not had a chance to test it out, but this might be of interest to you: http://cocoacontrols.com/platforms/ios/controls/jstokenfield
(Also, CocoaControls is a great website!)

Kiran Panesar
- 3,094
- 2
- 22
- 28
-
Nice answer! I was trying to find a good practical example of `CFStringTokenizer` to show Juliano but I think your answer is a better starting point. – Michael Dautermann Feb 22 '12 at 21:17