xcode old obj-c application with xib and ipad pro 2018

hi is it possible enable full screen of ipad pro 2018 without black borders in a old application with many xib views and no autolayout?

Replies

As far as I can tell after watching this: https://developer.apple.com/videos/play/tech-talks/209/


You should be fine if your code uses safe area edge insets and is build with the 12.1 SDK.


Hope that helps!

hi, thanks for answer... i know in new projects that using safe area can works... but i have a big project ipad with old xib without autolayout and constraint... is it possible force only for some with use of safe area and autolayout for optimize only some view for ipad pro?