I drag the search bar and display controller onto the storyboard panel. And in the view controller, I implement the UISearchDisplay delegate. But he tells me that it is deprecated in iOS 8. So, how do I add a search controller to the storyboard and implement the delegate and data source? Does it make sense?
I am currently using the replacement: UISearchController. When the search display controller in the object library will be replaced by a UISearchController.
source share