-
Notifications
You must be signed in to change notification settings - Fork 359
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
Slide Menu does not work well in IOS 11 #250
Comments
Have you fixed the bug with crash? |
Same here. Could anyone fix this issue ? |
I'm still testing but until now it looks okay. I added this code in - (void)viewWillLayoutSubviews:
|
@JeeGee1983 My app still crash with above warning as you mentioned. |
Try this way :
|
still not resolved!!! |
@mrMash What's the exact problem you facing now? |
its solved Thanks |
Does not work for me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The - (void)setEnableShadow:(BOOL)enable method does not work in IOS 11.
It's a problem with self.view in this method.
self.view.layer.shadowColor = [UIColor darkGrayColor].CGColor;
*** Assertion failure in -[_UINavigationBarVisualProviderModernIOS _contentViewFittingHeight], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit/UIKit-3694.4.18/_UINavigationBarVisualProviderModernIOS.m:544
Any idea how to solve this? Thanks!
The text was updated successfully, but these errors were encountered: