Frage

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?

War es hilfreich?

Lösung

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

You can do that here:

here:

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top