beretis
beretis

Reputation: 909

Formated text/labels in UITextView/UITextField

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. enter image description here

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

Answers (1)

Daniel Larsson
Daniel Larsson

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

Related Questions