UISearchController doesn't work properly with a non-translucent UINavigationBar

后端 未结 5 746
走了就别回头了
走了就别回头了 2020-12-16 11:16

Currently I am trying to embed a UISearchController into my application. But the UISearchBar, which is a property of the UISearchController, doesn\'t get displayed properly,

5条回答
  •  囚心锁ツ
    2020-12-16 11:50

    if someone have a problem like non-translucent hidden the search bar u can just had this :

    self.definesPresentationContext = true

    Regards

提交回复
热议问题