Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何实现:我有带有搜索图标的 UIBarButtonItem,单击它后,我想在导航栏中显示搜索栏,然后单击搜索栏中的取消按钮,我想显示导航栏而不搜索,并带有按钮和标题,如 IOS 7 日历应用程序。
来自苹果文档:
在 iOS 7 中,UISearchDisplayController 包含了 displaySearchBarInNavigationBar 属性,您可以使用它在导航栏中放置一个搜索栏,类似于 iPhone 上的 Calendar 中的那个:
https://developer.apple.com/library/ios/documentation/userexperience/conceptual/TransitionGuide/Bars.html