how can I know if my playground is optimized for iPad Pro if I don't have one.

I'm making a playground using a starting point on playgrounds for mac. I have an ipad 5th gen on which i am testing , while live view fits well on mac, its out of frame on the ipad. I would like it to run on ipadOS so how can i optimize it for an ipad pro?

Replies

I, myself, am in a similar situation, what I've done so far is that I have also created a complementary Xcode project of the playground and test my UI & UX on an iPad Pro simulator as an app in split-screen or full-screen.


Hope this helps.

Same here. Since there are multiple sizes of iPad Pro, I'd suggesting making sure your Playground works well on multiple screen sizes. You can test your Playground on different screen sizes on Xcode by changing the dimensions for the preview.