本文介绍了如何创建UISearchController,因为在iOS 8中不推荐使用UISearchDisplayController?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

IB中没有UISearchController,只有UISearchDisplayController;我在哪里可以找到创建它的文档?

There is NO UISearchController in IB, only the UISearchDisplayController; where do I find docs on creating it?

推荐答案

来自文档;

读取 UISearchController 文档。有一个例子如何创建 UISearchController ,而不是在IB中,而是以编程方式创建。

Read UISearchController documentation. There is an example how to create UISearchController, not in IB but programmatically.

这篇关于如何创建UISearchController,因为在iOS 8中不推荐使用UISearchDisplayController?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-26 05:42