dekatotoro/SlideMenuControllerSwift

Status bar issue in iOS13

Opened this issue · 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?

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.

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.

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

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?

got stuck with same issue