Beginner’s Guide to Event Kit in Swift – Requesting Permission
A beginner's tutorial on using EventKit in Swift 3.0 to request calendar access and handle user permissions.
A beginner's tutorial on using EventKit in Swift 3.0 to request calendar access and handle user permissions.
A beginner's guide to using EventKit in Swift to request calendar permission and handle user responses.
A guide to creating custom matchers in the Expecta testing library for Objective-C to improve test readability and maintainability.
Explores issues with UITableViewController's designated initializers in iOS 8.3, detailing subclassing problems and workarounds.
A technical analysis of Apple's open-source ResearchKit framework, examining its source code, design patterns, and workarounds for iOS development challenges.
A guide explaining how delegation works in Swift, focusing on protocols as blueprints and contracts for iOS development.
A guide explaining how delegation works in Swift, focusing on protocols as abstractions for the delegation design pattern.
Explores Apple's Force Touch technology, its APIs for OS X developers, and potential applications for future iOS implementation.
Guide to implementing pull-to-refresh in Swift for iOS, covering UITableViewController and regular UITableView scenarios.
Guide to implementing pull-to-refresh in Swift for iOS, covering UITableViewController and regular UIViewController with UITableView.
A workflow for overcoming paralysis in test-first development using an almost TDD approach in Swift.
A Swift tutorial on seeding a Core Data database with sample data for development and testing.
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.