Add TagList in UITextField similar to native IOS Message App

ios, iphone, user-interface

Solution

Here is a couple of ready solutions on cocoa controls

token fields

Problem

In Native IOS Message App, In Adding contact from Address Book, there is one `UITextField` (might be) which will show added contacts as `TagList`. How can we create this? i mean, How to add Taglists in `UITextField`? A screenshot below may give an idea abou my question.

Original source