-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Weird left view behavior on NavigationDrawerController #553
Comments
Excellent, thank you. I will investigate this today. |
I looked into this. I am not able to reproduce the issue. What version of Material are you using? Can you send me your project or a sample so I can investigate further? Thank you! |
Hey! I cannot reproduce this issue and I haven't heard back from you. Please reopen or create a new issue if this persists, thank you :) |
I too am getting this. I have a tableview inside the view that represents the Left view. I am using autolayout and if i set the width constraint of the tableview equal to the width of the parent view it takes up the entire width of the screen. I am using 2.2.5 of Material |
@lutzj82 Can you send a sample project to [email protected]? |
I've got a sample project up now where I can't duplicate it :( |
Ok, I think I've identified the problem. |
Yes, this makes sense. I will look this over and make an update :) |
Hey, please give Material 2.3.19 a try. I believe it may fix this issue. Thank you :) |
Hi,
I would like to report a bug. It is seemed that the side view on NavigationDrawerController is taking the full width of the device. Please see details below:
In this image, View should be your leftView and it got correct frame size (320x1024)
In this image, UIView should be the view from my menu view controller. It got correct frame size (320x104). But the width constraint is wrong (self.width = 768 @ 1000). I think this is because of the auto translate resizing mask into constraints
Then it made my table view inside my menu view controller completely full width of the device
My testing device is iPad Air 2, iOS 9.3.5
Thanks
The text was updated successfully, but these errors were encountered: