7

When searchController is not presented 3d touch works as expected and delegate methods called. But not called when searchController is active.

Creating of UISearchController looks like this

let searchController = UISearchController(searchResultsController: nil) 
searchController.searchResultsUpdater = self
searchController.delegate = self
searchController.hidesNavigationBarDuringPresentation = false
searchController.dimsBackgroundDuringPresentation = false
LDNZh
  • 1,136
  • 8
  • 14

0 Answers0