devsachinsingh
Results
2
comments of
devsachinsingh
if let menu = Utils.getITRAirSideMenu() { menu.leftMenuViewController.view.frame = self.view.bounds menu.presentLeftMenuViewController() } Inside the menu tapped(hamburger button) function set the frame of the leftMenuViewController again and after that present the menu....
Hi, I am facing the same issue with my application only in production, If you find any solution for this then please share, It will be helpful to us. Thanks