Create Your Own Swift Playgrounds Subscription

WWDC 2018

Posted by Den on June 27, 2018 · 3 mins read
Create Your Own Swift Playgrounds Subscription

Create Your Own Swift Playgrounds Subscription

WWDC 2018

Create Your Own Swift Playgrounds Subscription

WWDC 2018

Auxiliary Source Files

  • Perform any necessary setup before running the learner’s code
  • Implement the live view for a page
  • Provide abstractions to be used by the learner
  • Communicate with the live view

Supporting Frameworks

Creating a Subscription

  • Subscription content is hotsted online
  • Data is published in JSON files

JSON Format

Web Hosts

An example using GitHub Pages

How to Structure Your Repository