I know you can write the following code in a playground:
where contentIdentifier might be something like "com.apple.playgrounds.sensorarcade".
But is there a way to build a link for a webpage to a specific playground? I'm thinking specifically of the Learn to Code, Lights, Camera, Code, Spirals, and Shapes playground books.
Thanks!
Code Block PlaygroundPage.current.openPlayground(withContentIdentifier: contentIdentifier)
where contentIdentifier might be something like "com.apple.playgrounds.sensorarcade".
But is there a way to build a link for a webpage to a specific playground? I'm thinking specifically of the Learn to Code, Lights, Camera, Code, Spirals, and Shapes playground books.
Thanks!