You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2022. It is now read-only.
There should be a call to setNeedsStatusBarAppearanceUpdate every time the state changes to account to different appearances in the left/right/front views. Right now it is up to the delegate to do this on revealController:didChangeToState:.
The text was updated successfully, but these errors were encountered:
Hi, Please allow me to suggest the SWRevealViewController. It was designed from the beginning to seamlessly integrate with iOS7 apis. You just need to set the preferredStatusBarStyle on your child controllers and you are done. Thanks!
There should be a call to setNeedsStatusBarAppearanceUpdate every time the state changes to account to different appearances in the left/right/front views. Right now it is up to the delegate to do this on revealController:didChangeToState:.
The text was updated successfully, but these errors were encountered: