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.
今天早上,我将应用的部署目标更改为 8.0。不幸的是,searchDisplayController 在 iOS 8.0 中已被弃用。
我的问题是,如果我希望我的应用程序能够在 iOS 7.x 和 8.x 上继续工作,那么 searchDisplayController 的替代方案是什么?
另一种选择是 UISearchController。如果您在项目文件中将部署目标设置为 ios 7.x,它仍然可以在 iOS7 上运行
https://developer.apple.com/library/IOs/documentation/UIKit/Reference/UISearchController/index.html#//apple_ref/occ/cl/UISearchController