I have UISearchControllerin my application that is active. Now the ParentController, which shows the search controller, appears from the button action inside the controller.
Now what happens is that because of this search controller, the parent controller is not freed from memory. Any suggestions on how to handle this scenario
I need to install self.searchController.active = false;every time I need pop.
Harsh source
share