OpenSSL for iOS and Swift the Easy Way
Guide to integrating OpenSSL into iOS apps using CocoaPods for receipt validation and cryptography.
Guide to integrating OpenSSL into iOS apps using CocoaPods for receipt validation and cryptography.
Guide to integrating OpenSSL into iOS Swift projects using CocoaPods for cryptography tasks like receipt validation.
The author demonstrates their pure-Python HTTP/2 stack working with iOS 9 and major browsers, sharing client settings.
Explores a non-standard, lighter method for integrating iOS dependencies with Carthage using the --no-build flag and direct project inclusion.
Tutorial on sharing a Core Data model across iOS and Mac projects using a Swift framework for code re-use.
Tutorial on sharing a Core Data model between iOS and Mac apps using a Swift framework for code reuse.
A guide to creating a custom AFNetworking response serializer for iOS to extract and display server error messages from JSON API responses.
A guide for developers transitioning from Objective-C to Swift, focusing on safety concepts like optionals and value semantics.
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.