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;
Any ideas please?