Broken UISearchBar animation embedded in NavigationItem

前端 未结 7 654
孤城傲影
孤城傲影 2020-12-01 03:01

I am experiencing a problem with the new way of adding search bar to the navigation item.

As you can see in the picture below, there are two UIViewControllers one af

相关标签:
7条回答
  • 2020-12-01 03:56

    I have added this code in viewDidLoad() and it's working, when I moved in b/w of tabs

    searchController.dimsBackgroundDuringPresentation
    
    0 讨论(0)
提交回复
热议问题