草庐IT

ResultsTableController

全部标签

ios - UISearchController 保留问题

我正在尝试使用UISearchController,但是我遇到了无法解决的保留问题。MainTableview有两个部分。第1节基于一些正则表达式过滤数据第2节所有数据我将UISearchController添加到我的tableview并将ResultsTableController作为resultsTableController附加。当用户搜索某些内容时,它会起作用,ResultsTableController会出现,因为我将tableview委托(delegate)设置为self,从ResultsTableController中选择项目会在我的MainTableViewContro