我有一个 UISearchDisplayController 可以在我的一个 iOS6 应用程序中完美运行。现在,我想将此应用程序迁移到 iOS7。
我已经阅读了 Apple 文档,它说以下内容:
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.
displaySearchBarInNavigationBar 很容易设置。但我对 navigationItem 的唯一线索如下:
Important: The system raises an exception if you
attempt to set the titleView property for a search
display controller’s navigation item.
我似乎找不到如何设置导航项的示例。如何对我的导航栏说嵌入我的搜索栏?有人可以给我举个例子吗?
先感谢您!