Optimizing for all iPad Pro models

Your Swift playground must be fully functioning and run on Swift Playgrounds 2.2 or Xcode 10.1. If it runs on Swift Playgrounds 2.2, it must be optimized to display properly on all models of iPad Pro.


I am currently using a 9.7-in iPad Pro to test my playground from Xcode. How do I ensure that my playground will display properly on all models of iPad Pro?

Replies

I'm not 100% sure, but it should just work. Just make sure you can resize your view by rotating the screen and dragging with no problem.

Yeah, I'm going through my playground to make sure that rotation and dragging fits the screen correctly.


Thanks for the reply.