I would like to make this:

So… when a user clicks on the search icon (top-left) the searchBar is set to hidden and UITableView is resized to top. How can I resize a table? Is it possible to achieve this not usign dimensions (like just set table’s top to the navigation’s bottom or smth)?
Thx.
You have to modify the table view’s
frameinside an animation block. It is up to you to calculate the correct dimensions of the frame rectangle.