UISearchController retain issue
问题 I am trying to use UISearchController however I confronted with retain issue that I can't solve. MainTableview has two sections. Section 1 Filtered Data based on some Regex Section 2 All Data I added UISearchController to my tableview and attached ResultsTableController as resultsTableController. It works when user search something, ResultsTableController comes forward and because I set tableview delegate to self, selecting item from ResultsTableController calls didSelectRowAtIndexPath in my