Migrating to Swift 4.2 using a TDD + Git workflow [S01 Extras]

Migrating to Swift 4.2 using a TDD + Git workflow [S01 Extras]

In this episode, we migrate the Quiz project and its dependencies to Swift 4.2 and modernize our code with the newest additions.

Read More

iOS Continuous Integration Setup with Git, GitHub, Travis CI, TDD, Xcode [S01 Extras]

iOS Continuous Integration Setup with Git, GitHub, Travis CI, TDD, Xcode [S01 Extras]

In this episode, we set up a Continuous Integration (CI) pipeline for our Quiz project. The goal for this initial setup and integration with GitHub is to guarantee we only merge changes that don’t break the build and are passing all tests.

Read More

Migrating to Swift 4.1 using a TDD + Git workflow [S01 Extras]

Migrating to Swift 4.1 using a TDD + Git workflow [S01 Extras]

In this episode, we migrate the Quiz project and its dependencies to **Swift 4.1** and modernize our code with the newest additions.

Read More

Building Beautiful iOS Apps with TDD – A first look at Neat Trivia [S01 Extras]

Building Beautiful iOS Apps with TDD – A first look at Neat Trivia [S01 Extras]

We are very excited to share with you our new app, Neat Trivia – a multiplayer trivia game for iOS!

Read More

Migrating the project to Swift 4 [S01 Extras]

Migrating the project to Swift 4 [S01 Extras]

In this episode, we show you how to migrate a project and its dependencies to Swift 4, step by step.

Read More

S01E25: Xcode Swift code coverage and Quiz App recap (Season finale)

S01E25: Xcode Swift code coverage and Quiz App recap (Season finale)

In the final episode of the first season, we organize the project structure to match our modular design, and we investigate the code coverage data from Xcode.

Read More

S01E24: [TDD 🍅 21] Running the complete Swift Quiz app for the first time

S01E24: [TDD 🍅 21] Running the complete Swift Quiz app for the first time

In this episode, we plug all the modules together and play the Quiz game for the first time!

Read More
8 Comments

S01E23: [TDD 🍅 20] Finishing the Quiz implementation!

S01E23: [TDD 🍅 20] Finishing the Quiz implementation!

In this episode, we finish the SubmitButtonController implementation and test-drive the ResultsViewController factory.

Read More
Comment

S01E22: [TDD 🍅 19] Testing a Submit Button with MVC in Swift

S01E22: [TDD 🍅 19] Testing a Submit Button with MVC in Swift

In this episode, we simplify the iOSViewControllerFactory implementation and test-drive the QuestionViewController submit button.

Read More
Comment

S01E21: [TDD 🍅 18] Testing Presenters in Swift pt.2

S01E21: [TDD 🍅 18] Testing Presenters in Swift pt.2

In this episode, we finish test-driving the ResultsPresenter and QuestionPresenter implementations.

Read More
Comment