public TDD • 1 min read TDD: Test Driven Development Lifecycle The TDD lifecycle consists of creating a unit test that will fail, writing app code to make the unit tests pass, refactoring, and repeating the previous three steps.…
public Xcode • 2 min read Xcode: Add Unit Test Target to an existing project We use a template to add a Unit Test Bundle to an existing Xcode project.…
public Xcode • 4 min read Xcode: Add your Apple ID Account To add an Apple ID account to our Xcode, it can be done through creating a project or through Xcode Settings.…
public macOS • 2 min read macOS: Create your Apple ID Account In case you don't have an Apple ID yet, with your Mac you can create one by following the steps below:…
public Xcode • 2 min read Xcode: Run Tests To run the project, in the menu bar we click on Product > Test or ⌘U.…
public Xcode • 1 min read Xcode: Run a Project To run the project, in the menu bar we click on Product > Run or ⌘R.…
public Xcode • 7 min read Xcode: Create a New SwiftUI Project We tell the Xcode wizard that we want to create an App for the iOS Operating System.…
public Tools • 2 min read Miro: Recommended tool for creating Discovery Trees Sign up to miro.com and search for a Discovery Tree example in action.…
public Agile • 2 min read Discovery Tree: Visualize the Work in Progress Discovery Tree is a visual way to communicate work in progress to our team and managers.…
public iOS • 3 min read Moving with the Times: The Importance of Upgrading to iOS 15 Reluctance of some companies to adopt iOS 15 as the minimum deployment for their apps, despite the low presence of users with older iPhone models.…