Swift Student Challange on iPhone

On the swift student challenge page it says "Your app playground must be built with and run on Swift Playgrounds 4.2.1 or later (requires iPadOS 16 or macOS 13) or Xcode 14 on macOS 13." Could I build it with Xcode in a swift.pm file but ask for it to be viewed on iPhone?

Accepted Reply

AFAIK, you cannot make such request.

Why require to view on iPhone only ? It should run on iPad as well. But you could note "best viewed on iPhone".

However, take care: largest screen on iPhone (430932 or 932430 logical size) are now not so far from smallest screens on iPad mini (7681024 or 1024768logical size). Hence, why make a difference ? Your app should adapt automatically to best fit the screen size.

  • It‘s not that I want to confine the apps abilities to iPhone it’s just I think it looks better on iPhone and I want it to look it’s best.

  • So, just indicate in comments "Best viewed on iPhone". Wish you success for the challenge.

Add a Comment

Replies

AFAIK, you cannot make such request.

Why require to view on iPhone only ? It should run on iPad as well. But you could note "best viewed on iPhone".

However, take care: largest screen on iPhone (430932 or 932430 logical size) are now not so far from smallest screens on iPad mini (7681024 or 1024768logical size). Hence, why make a difference ? Your app should adapt automatically to best fit the screen size.

  • It‘s not that I want to confine the apps abilities to iPhone it’s just I think it looks better on iPhone and I want it to look it’s best.

  • So, just indicate in comments "Best viewed on iPhone". Wish you success for the challenge.

Add a Comment