How to have multiple iTunes Connect accounts, and submit apps
A workaround for developers to manage and submit apps using multiple iTunes Connect accounts, as Apple doesn't natively support this feature.
A workaround for developers to manage and submit apps using multiple iTunes Connect accounts, as Apple doesn't natively support this feature.
Swift extensions to simplify Core Data localization, including methods for localizing entity names and working with model strings files.
A guide to packaging iOS IPA files with Swift code using a custom terminal script, addressing issues in automated build pipelines.
Guide to setting up Carthage dependency manager for iOS developers, focusing on terminal usage for beginners.
A guide to installing and using Carthage dependency manager for iOS developers, especially those uncomfortable with the Terminal.
A developer's humorous, unprepared talk on the future of mobile development, presented at a conference via SlideDeckKaraoke.
A Swift iOS developer dissects their new Bible verse memorization app, explaining how features like UITableView, Core Data, and NSFetchedResultsController were implemented.
A technical walkthrough of building the 10 Read 10 Said iOS app, covering Swift features like UITableView, Core Data, and NSFetchedResultsController.
A tutorial on implementing swipe-to-delete workflow in UITableView using Swift, including confirmation step.
A Swift tutorial on implementing a swipe-to-delete workflow in UITableView with a confirmation step.
Guide to using KDCircularProgress library in Swift for iOS circular progress indicators with Storyboard support.
Guide to using KDCircularProgress for a circular progress indicator in Swift iOS apps with Storyboard integration.
A Swift tutorial on creating a UIColor extension to initialize colors using RGB values (0-255) instead of percentages.
Explores the value, challenges, and best practices of implementing automated acceptance testing for iOS and mobile development projects.
Tutorial on creating local calendars in iOS using Event Kit framework and Swift programming language.
A tutorial on creating local calendars in iOS using Swift and Apple's Event Kit framework.
A developer's experience with Apple's UIStackView, explaining how it simplifies complex UI layouts in iOS compared to traditional Auto Layout.
Quick Swift snippets for accessing sub-controllers from a UINavigationController in AppDelegate or prepareForSegue.
Quick Swift snippets for accessing sub-controllers from a UINavigationController in AppDelegate or prepareForSegue.
A design philosophy advocating for starting iOS app design with a watch-sized interface to identify core features and improve focus.