How to simplify Calabash acceptance testing with Rake
A guide on using Rake tasks to simplify and automate Calabash acceptance testing for iOS apps, reducing command complexity.
A guide on using Rake tasks to simplify and automate Calabash acceptance testing for iOS apps, reducing command complexity.
A Core Data cheat sheet for Swift iOS developers with code snippets for common operations.
Core Data cheat sheet with Swift code snippets for iOS developers covering fetch, insert, update, and delete operations.
A developer reflects on the value of functional, working code over perfect architecture, using a collaborative iOS project as an example.
A step-by-step guide to creating a custom UITableViewCell for text input in Swift, leveraging table views for data entry forms.
Analysis comparing NSNotificationCenter and delegation patterns in Swift for instance-to-instance communication.
Analysis of NSNotificationCenter vs delegation in Swift for structured instance-to-instance communication.
A developer investigates and solves a complex iOS 8 UIKit regression involving unwanted screen rotation when using multiple custom windows.
A guide to setting up Calabash for iOS automation testing using CocoaPods and custom Build Configurations to streamline integration.
A guide to unit testing Core Data model layers in Swift using in-memory NSManagedObjectContext for fast, database-free tests.
Learn how to unit test Core Data model layer in Swift using in-memory NSManagedObjectContext for fast, efficient tests.
Explores hidden UIKit debug flags and internal preferences for iOS development, including methods to enable advanced logging.
A 5-step guide to getting started with unit testing in Swift, covering project setup, frameworks, imports, and access control.
A step-by-step guide to starting unit testing in Swift, covering project setup, frameworks, imports, and access control.
Swift unit testing tutorial on verifying method calls using Test Driven Development (TDD) with iOS examples.
Swift unit testing screencast on using Test Driven Development to verify method calls in iOS apps.
A curated list of resources for unit testing Swift iOS apps, including courses, blogs, and talks.
A curated list of resources for unit testing Swift iOS apps, including courses, blogs, and talks.
Explores the two main goals of Test Driven Development (TDD) for iOS apps in Swift: proper code placement and correct logic.
Explores the two main goals of Test Driven Development (TDD) for iOS/Swift apps: ensuring code is in the right place and logic is correct.