I have version 4.40 which said it included support for iPhone X layouts, but my apps are still letterboxed. What do I need to update to address this so they fill the iPhone X screen?
In another app I had written in Apple’s Xcode I needed to update the target to iOS 9.3 or later and make sure the safe mode was on for the layout, but changing the #MinVersion line in my Project Attributes to #MinVersion: 9.3 wasn’t enough by itself.
I would prefer to not target iOS 11 so users with older devices can still use my app.
Any tips or tricks that anyone can suggest would be great.
In another app I had written in Apple’s Xcode I needed to update the target to iOS 9.3 or later and make sure the safe mode was on for the layout, but changing the #MinVersion line in my Project Attributes to #MinVersion: 9.3 wasn’t enough by itself.
I would prefer to not target iOS 11 so users with older devices can still use my app.
Any tips or tricks that anyone can suggest would be great.