UITableViewCell中的UISearchDisplayController

时间:2016-08-22 12:32:22

标签: ios uitableview uisearchbar uisearchdisplaycontroller

我正在使用Xamarin Studio在C#中开发一个iOS应用程序,我有UITableViewController由多个UITableViewCells组成。在其中一个单元格中,我需要UISearchBar及其UISearchDisplayController。我的问题是我无法设置UISearchDisplayController并在此UITableViewCell中显示搜索结果。这甚至可能吗?

提前致谢!

P.S。我知道在iOS 8中不推荐使用UISearchDisplayController

1 个答案:

答案 0 :(得分:0)

在头文件中添加委托,

在tableview中添加这两种方法

Add these