Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[Bug] Detail navigation controller disabled when searchController is active on parent #525
Comments
|
Same issue here; when I select again a detail row this warning appear in console: "changing items while animating can result in a corrupted navigation bar". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


On a tableview controller, when a search controller (iOS 11+) is active (editing), I select a detail row and push a detail view controller, the back button item interaction works as expected and pop detail view controller.
With search controller always active or not, if I select again a detail row, then the back button (or any other button in navigation bar) on detail view controller is disabled : impossible to pop view controller !
When I disable Hero on master's navigation controller, then the problem is gone.
I also observe a strange animation of search bar when popping detail view controller with search controller active and Hero enabled (as mentioned in issue #387 )
I think there is a bug with snapshot on view controller with search bar active.