enter image description here enter image description here

I have a tableviewcontroller with a button, textfield, and a search bar display controller in the header view of the tableview.

When I click on the searchbar, then on either cancel or the background tableview(to dismiss it), the search bar will re size to cover the entire view it was in(over the button and text field).

In viewDidLoad I have

self.searchBar.translatesAutoresizingMaskIntoConstraints = YES;

http://i479.photobucket.com/albums/rr152/nebulouslove/photo.png

Any ideas please?

有帮助吗?

解决方案

Just add height and width constraints to the search bar and pin it to top, left, and right.

You can do that here:

here:

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top