How a clean iOS codebase looks like

How a clean iOS codebase looks like

Have you ever wondered how a clean codebase looks like? Wonder no more!

Read More

Are you building products or “just iOS apps”?

Are you building products or “just iOS apps”?

So you want a salary raise? Let me tell you how a small change in your mindset can increase your value as a software developer and progress your career much faster.

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

S01E20: [TDD 🍅 17] Testing Presenters in Swift pt.1

S01E20: [TDD 🍅 17] Testing Presenters in Swift pt.1

In this episode, we test-drive the ResultsPresenter implementation.

Read More