Post

Replies

Boosts

Views

Activity

Reply to iOS16 change orientaion
My problem with my code below is that I'm trying to do it when closing a modal view and the view under it are not updated quick enough. If I put the requestGeometryUpdate on a separate button then close the view it work. if #available(iOS 16.0, *) {             let windowScene = UIApplication.shared.connectedScenes.first as? UIWindowScene             windowScene?.requestGeometryUpdate(.iOS(interfaceOrientations: .portrait))         }
Aug ’22