UISearchBar increases navigation bar height in iOS 11

后端 未结 19 1579
醉酒成梦
醉酒成梦 2020-11-28 02:47

I have my UISearchBar being part of the navigation bar like:

 let searchBar = UISearchBar()
 //some more configuration to the search bar
 .....
         


        
19条回答
  •  悲哀的现实
    2020-11-28 03:09

    try this code on "ACKNOWLEDGEMENTS" view controller in viewDidLoad

    self.extendedLayoutIncludesOpaqueBars = true
    

提交回复
热议问题