Tap on the button and open searchBar
Advertisements I have a tableView with searchBar implemented. In the top of this, I have a button, which should open searchBar with keyboard. Here is how it should look like: So, when user tap on this button, it should open the searchBar and user can start typing something. Here is my search methods: func searchBar(_… Read More Tap on the button and open searchBar