Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Blocks status bar scroll to top #8

Open
Rich2k opened this issue Feb 15, 2015 · 1 comment
Open

Blocks status bar scroll to top #8

Rich2k opened this issue Feb 15, 2015 · 1 comment

Comments

@Rich2k
Copy link

Rich2k commented Feb 15, 2015

Tapping on the status bar on the center view should scroll that view to the top.

When adding JVFloatingDrawer as the rootViewController it blocks this and scroll to top is no longer accepted

@Rich2k
Copy link
Author

Rich2k commented Feb 15, 2015

OK the answer is to block scrollsToTop on the drawer's if they have scroll views in them

e.g.

[leftDrawerViewController.tableView setScrollsToTop:NO];
drawerViewController.leftViewController   = leftDrawerViewController;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant