How do I set up Playgrounds program in IPAD

Hi ,
I found the problem while writing the program
When I use XCODE > file> single view .. playgrounds
how to set up then app in IPAD?

Looking forward to your reply :>
thanks :)
Answered by Mim0sa in 669079022
Hi! Swift Student Challenge accept Xcode playground file and playgroundbook at the same time.

If you just want to participate in this challenge, you can choose to make a Xcode playground.(Xcode>File>New>Playground...

But If you want your program to run on the iPad(on 'Swift Playground' app), You may need an author template for playgroundbook. You can find more details here.

By coding in that template, you can get the file with 'playgroundbook' extension. Then you just need to airdrop that file to your iPad, at least these steps works for me.😄

🦁️🦁️🦁️🦁️🦁️


Accepted Answer
Hi! Swift Student Challenge accept Xcode playground file and playgroundbook at the same time.

If you just want to participate in this challenge, you can choose to make a Xcode playground.(Xcode>File>New>Playground...

But If you want your program to run on the iPad(on 'Swift Playground' app), You may need an author template for playgroundbook. You can find more details here.

By coding in that template, you can get the file with 'playgroundbook' extension. Then you just need to airdrop that file to your iPad, at least these steps works for me.😄

🦁️🦁️🦁️🦁️🦁️


How do I set up Playgrounds program in IPAD
 
 
Q