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.
我有一个带有搜索栏的 UI 表格视图,它在正常情况下运行良好。现在,应用程序可以使用前一屏幕中的搜索关键字进入此屏幕。屏幕显示时,需要在搜索栏中可编程输入关键字,表格视图需要像往常一样显示过滤后的记录。谁能告诉我如何实现这个功能?
如果您使用的是 UISearchDisplayController,您可以获取它的 searchBar 属性(UISearchBar 的一个实例)并在 searchBar 上调用 setText: 来设置文本。