I have a search bar positioned above a tableview. The search functionality works great.
The problem is when there are more than 4 search results, the other results are hidden behind the popped up keyboard. Is there an easy way to resize the tableview that contains the results only while searching?
What I was looking to do was resize the tableview while the keyboard was active. Here’s how to do it:
When the keyboard is removed, use this code to resize the tableview back to normal: