telly / TLYShyNavBar

Unlike all those arrogant UINavigationBar, this one is shy and humble! Easily create auto-scrolling navigation bars!
MIT License
3.73k stars 427 forks source link

Navigation bar corrupted (can recreate in TLYShyNavBarDemo) #173

Closed speedpursuer closed 7 years ago

speedpursuer commented 7 years ago
  1. Comment out Line 34 of this file (https://github.com/telly/TLYShyNavBar/blob/master/TLYShyNavBarDemo/TLYShyNavBarDemo/TLYTableViewController.m) to remove ExtensionView.

  2. select "Test UITableView"

  3. 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,