Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How insert blue text tokens inside UITextField?

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?

like image 684
JulianoRossi Avatar asked Feb 22 '12 21:02

JulianoRossi


Video Answer


2 Answers

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!)

like image 89
Kiran Panesar Avatar answered Sep 28 '22 08:09

Kiran Panesar


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

like image 37
ciryx Avatar answered Sep 28 '22 07:09

ciryx