nverinaud / NVSlideMenuController

A slide menu done right for iOS.
MIT License
175 stars 33 forks source link

Scroll to Top being prevented #12

Closed mps closed 11 years ago

mps commented 11 years ago

I have a Main VC that contains a UITableView when shown as the app launches responds to the Status Bar top touching (scrollsToTop = YES) just fine.

Once I open the menu slider and then close it, the View will no longer respond to the scroll to top.

Even if I fire up a new instance of the Main VC it will still not work.

Any ideas?

mps commented 11 years ago

Setting this on the MenuViewController fixed it

self.tableView.scrollsToTop = NO;