How to make a mark UITextField, as in the address of the mail application?

I want to create a custom search bar. And I want to support tag search. When a user selects a filter tag, I need to add it to my searchBar, which UITextField, by inserting a colored rectangle with filter text, for example, Apple Mail or Message app, inserts contact names. How can i do this?

+4
source share
1 answer

Take a look here: https://github.com/thermogl/TITokenField

this is exactly what you are looking for.

0
source

All Articles