In the tableview scroll down till the the nav bar gets folded. While the tableview is still scrolling, swipe from right to left (interactive pop gesture) to go back and problem occurs - the nav bar is corrupted and the tableview controller is not dealloc and still in the stack.
PS: the issue is found on ios 8 thru 10 (both simulator and device). The strange part is when there's ExtensionView set, the problem won't happen. Please help check.
Comment out Line 34 of this file (https://github.com/telly/TLYShyNavBar/blob/master/TLYShyNavBarDemo/TLYShyNavBarDemo/TLYTableViewController.m) to remove ExtensionView.
select "Test UITableView"
In the tableview scroll down till the the nav bar gets folded. While the tableview is still scrolling, swipe from right to left (interactive pop gesture) to go back and problem occurs - the nav bar is corrupted and the tableview controller is not dealloc and still in the stack.
PS: the issue is found on ios 8 thru 10 (both simulator and device). The strange part is when there's ExtensionView set, the problem won't happen. Please help check.
Thanks,