How to convert swift playground book into swift playgrounds app

Hi !, For this year's WWDC Student challenge we need to create a swift playgrounds app but I have designed a swift playground book with chapters and multiple pages. Now I need to convert it into the swift playgrounds app, How can I do it ?

I am completely new to swift and Xcode. Just started to learn swift about 15 days ago. So any help would be appreciated

Thanks in advance

cheers,

Sanjiv Anand

Accepted Reply

You should restart your project, apple didnt provide any conversion as it's two different template

  • Anyway, here's a tips, try to open it from xcode when you want to move your old project to the new one. that;s the only fastest way of migrating

  • Ok, Will try that.

Add a Comment

Replies

I don’t think that there’s a way to convert a playground book into an app directly. You should probably create a new, empty playground app and then copy and paste your code into it.

You should restart your project, apple didnt provide any conversion as it's two different template

  • Anyway, here's a tips, try to open it from xcode when you want to move your old project to the new one. that;s the only fastest way of migrating

  • Ok, Will try that.

Add a Comment