Can not display target scene after click on row of SearchResultTableView in my navigation controller
问题 I want to filter a list of entries via UISearchBar and show the details after user clicks a result row. Full list view and details view are linked via a navigation controller. The normal use case (without search) works like charm: (ListOfAllEntries) => (direct click on row) ==> (Details view for row) This is what should also work: (ListOfAllEntries) => (Search) - OK! ==> (ListOfFilteredEntries) - OK! ===> (click on result row) - OK! ====> (Details view for row) - BOOUUMMM! UI and Nav.Ctrl