SWRevealViewController
SWRevealViewController copied to clipboard
Status Bar is hiding if Open with pan gesture or Swipe using swift 3.0?
If I will tap on menu button It's working fine but If I will open by swipe then my status bar is hiding and view is getting up of 20 Pixels. What should I do?
Embed your rear view controller in a navigation controller. With the show navigation bar uncheck. Or set the constraints to superview and not to margins (layout guides)