-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With stretch drawers enabled, a nil drawer will also be stretched #1
Comments
Yup I see the bug. That feature went in late so we missed the nil side drawer case. @larsacus will hit it tonight, and we'll update to 1.0.1 within the next 24 hours. |
Btw if you set |
Fixes issue #1: nil drawer panning issue.
Fixed in PR #5. |
I said 1.0.1 above, but I meant 0.0.2. I think this fix is critical enough to roll out 0.0.2 very soon. I'll begin prepping it now. |
While testing with drawer stretching enabled, on an app that only uses a left drawer (right drawer is nil), the right side is also stretchable anyway and pulls some of the center view over.
You can verify this in the KitchenSink example by initializing the drawerController with a nil right drawer.
The text was updated successfully, but these errors were encountered: