dekatotoro / SlideMenuControllerSwift

iOS Slide Menu View based on Google+, iQON, Feedly, Ameba iOS app. It is written in pure swift.
MIT License
3.4k stars 754 forks source link

Status bar issue in iOS13 #443

Open singh-karan-7 opened 4 years ago

singh-karan-7 commented 4 years ago

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?

zackdotcomputer commented 4 years ago

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.

klconur commented 4 years ago

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.

stharajiv commented 4 years ago

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

khadijadaruwala commented 4 years ago

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?

preetamjadakar commented 3 years ago

got stuck with same issue