November 2016
Intermediate to advanced
480 pages
14h 42m
English
As you can see in Figure 1.4, a Swift playground opens with two sections. On the left, you have the Swift code editor. On the right, you have the results sidebar. The code in the editor is evaluated and run, if possible, every time the source changes. The results of the code are displayed in the results sidebar.
Figure 1.4 Your new playground
Let’s take a look at your new playground. Notice that the first line of text is ...
Read now
Unlock full access