Reputation: 909
Hello Im developing chat application. When I'm creating new group conversation, user is selecting in the tableview and I want to display selected contacts in textview above the tableview, exactly like in the Viber app.
But I dont know how to display text with background color in textview, also if u press backspace on the keyboard you don't delete just one letter but whole word. Can anybody please tell me how to do this? Thank you.
Upvotes: 3
Views: 208
Reputation: 6394
Have a look at RMSTokenView, GCTagList or DWTagList. Seems to be exactly what you are looking for!
They both let you use custom fonts and gradients.
Upvotes: 2