Hello,
I’ve been doing some research about iOS 16 & found in Apple Documentation that UIDevice.orientation isn’t supported anymore in iOS 16. (Video: 23:14)
My app, however, on the simulator works well with it. Does it mean it will work properly in real devices with iOS 16?
I even switched the target iOS to 16 & still works well.
I checked documentation again and seems UIDevice.orientation isn’t even deprecated
I also checked this thread, and it seems it’s not working on his side (but works on mine 😅)
Thanks!