SWRevealViewController icon indicating copy to clipboard operation
SWRevealViewController copied to clipboard

Status Bar is hiding if Open with pan gesture or Swipe using swift 3.0?

Open kishor010 opened this issue 7 years ago • 1 comments

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?

kishor010 avatar Aug 07 '17 09:08 kishor010

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)

iDevelopper avatar Aug 07 '17 12:08 iDevelopper