Search code examples
objective-cxcodeuisearchbarsearchdisplaycontroller

What's the advantage of using searchdisplaycontroller as opposed to just regular uisearchbar with separate tableview controller


What's the point? Why do apple build searchDisplayController?


Solution

  • If you create the tableView on your own you have to show and hide it by yourself. I don't think there is many more advantages by using the searchDisplayController.