Skip to content

cmyers78/Test-Driven-iOS-Development-with-Swift-3

 
 

Repository files navigation

#Test-Driven iOS Development with Swift 3 This is the code repository for Test-Driven iOS Development with Swift 3, 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:

func makeHeadline(string: String) -> String {
 return "This Is A Test Headline"
}

The following hardware and software is needed to follow the code examples in the book: Mac with Sierra (MAC OS 10.12) Xcode 8

##Related Products

About

Code repository for Test Driven iOS Development with Swift 3, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 97.6%
  • Ruby 2.4%