Skip to content

PacktPublishing/Swift-3-New-Features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Swift 3 New Features This is the code repository for Swift 3 New Features, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish. ##Instructions and Navigations All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

h5> oneMillion = "one million"
error: repl.swift:11:12: error: cannot assign to value: 'oneMillion' is a
'let' constant
oneMillion = "one million"
~~~~~~~~~~~^
repl.swift:2:1: note: change 'let' to 'var' to make it mutable`
let oneMillion = 1\_000\_000`
^~~~
var

To develop in Swift 3 on a Mac, you will need Xcode 8 and macOS Sierra 10.12. If you would like to take advantage of Swift on Linux, you need access to a Linux machine or virtual machine capable of running Ubuntu 14.04.

##Related Products

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781786469632

About

Code repository for Swift 3 New Features, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published