SlideMenuControllerSwift icon indicating copy to clipboard operation
SlideMenuControllerSwift copied to clipboard

Status bar issue in iOS13

Open singh-karan-7 opened this issue 5 years ago • 5 comments

If we open another view controller from side menu which is connected via push segue, then, the title bar along with back button moves upwards and gets very close to status bar. It happens in iOS 13 and onwards only. Does anyone have a solution to this problem?

singh-karan-7 avatar Feb 14 '20 09:02 singh-karan-7

I'm seeing the same issue, though in my case it's when I do a modal presentation and then dismiss the presented view controller. The main container's margins somehow gets shrunk towards the edges.

zackdotcomputer avatar Feb 24 '20 17:02 zackdotcomputer

Same issue. I commented maincontainerview.transform and it worked but this transform method is providing scale animation and looks nice. I could not solve it right now but I am working on it.

klconur avatar Mar 19 '20 01:03 klconur

same issue with me.. Have you fond the fix for it?

stharajiv avatar May 10 '20 12:05 stharajiv

I am also facing the similar issue. The title and the bar button icons on the controller pushed from the SideMenu move upwards and the navigation bar reduces in height. Did anyone find any solution for it?

khadijadaruwala avatar Sep 22 '20 15:09 khadijadaruwala

got stuck with same issue

preetamjadakar avatar Jan 04 '21 08:01 preetamjadakar