6

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?

MartinStettner
  • 28,719
  • 15
  • 79
  • 106
JulianoRossi
  • 219
  • 4
  • 11
  • 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 Answers2

4

TITokenField is also a nice option: https://github.com/thermogl/TITokenField

ciryx
  • 680
  • 6
  • 6
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