Width proble,
Opened this issue · 2 comments
Deleted user commented
nightroadcosplay commented
Had the same problem and I did this to solve it. I don't know if it 's correct but it works :)
self.view.frame = CGRect(x: 0, y: 0, width: UIScreen.main.bounds.width, height: self.view.frame.height)
phanlinh9011 commented
Had the same problem and I did this to solve it. I don't know if it 's correct but it works :)
self.view.frame = CGRect(x: 0, y: 0, width: UIScreen.main.bounds.width, height: self.view.frame.height)
it work