UISearchBar in navigationbar

前端 未结 5 1553
梦如初夏
梦如初夏 2020-11-27 14:16

How can I show a UISearchBar in the NavigationBar?

I can\'t figure out how to do this.

Your help is very much appreciated.

5条回答
  •  醉酒成梦
    2020-11-27 15:11

    As of iOS 7, the UISearchDisplayController supports this by default. Set the UISearchDisplayController's displaysSearchBarInNavigationBar = YES to get this working easily.

    Per the documentation:

    Starting in iOS 7.0, you can use a search display controller with a navigation bar (an instance of the UINavigationBar class) by configuring the search display controller’s displaysSearchBarInNavigationBar and navigationItem properties.

提交回复
热议问题