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?
source
share