How to change UISearchController.searchBar.height in iOS11?

navigationBar.frame.size.height - 44.0f;

but UISearchController.searchBar.height is 56.0f;

[self.view addSubview:self.searchController.searchBar];

How to change UISearchController.searchBar.height in iOS11? searchBar.frame.size.height = 35 is useless

enter image description here

+4
source share

Source: https://habr.com/ru/post/1688196/


All Articles