Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open Swift Playground Book

Tags:

xcode

ios

swift

How do i open a Swift Playground Book with Xcode or macOS? When i open it i get this:

enter image description here

like image 394
Godfather Avatar asked Oct 07 '16 06:10

Godfather


People also ask

What is swift playground book?

New Subscription Apple's Swift Playgrounds is an app available for iPad that makes learning the Swift programming language fun and exciting with code through a collection of digital books called "Playground Books" that are available for download.

How do I open the playground in Xcode 13?

To open Playground on Xcode, navigate to File in the menu and click on New > Playground... To test our square function, we will choose the Blank template. Name your Playground file, then click on Create.

What is a playground book?

A Playground Book is a playground with extended functionality that runs exclusively on iPads.

What is the difference between Swift playground and Xcode?

One of the biggest differences between Swift Playgrounds and Xcode Playgrounds is that Swift Playgrounds are much less powerful and are built more as an educational tool. My biggest fear is that as Apple brings Swift Playgrounds to the Mac that they will stop supporting and growing Xcode Playgrounds.


1 Answers

On Xcode, go to Navigate > Reveal in Project Navigator

like image 131
Priscila Rosa Avatar answered Oct 16 '22 23:10

Priscila Rosa