UISearchController:我如何将obscuresBackgroundDuringPresentation行为用作true / false

时间:2017-12-05 12:41:11

标签: ios swift uisearchbar uisearchcontroller

我正在使用UISearchController,结果控制器将是相同的。

 searchController = UISearchController(searchResultsController: nil)
    searchController?.searchResultsUpdater = self
    searchController?.searchBar.delegate = self
   searchController?.obscuresBackgroundDuringPresentation = true

//这将允许用户在搜索处于活动状态时无法与tableview进行交互。

正如我已经说过的,如果用户搜索某些东西,我会在同一个视图控制器中显示结果,这样当搜索开始时#34;文本确实发生变化"我想禁用此行为。我怎样才能做到这一点。?

0 个答案:

没有答案