iOS 14: Quick dive into the new UIColorWell
A technical overview of the new UIColorWell control in iOS 14, covering its basic usage and integration without Interface Builder.
A technical overview of the new UIColorWell control in iOS 14, covering its basic usage and integration without Interface Builder.
A tutorial on using iOS 14's PHPickerViewController to let users select photos and videos from their library without requiring permissions.
Explains how Apple's transition to its own silicon impacts Swift developers, covering universal apps, Rosetta 2, and running iOS apps on Mac.
A brief guide on using the new UIColorPickerViewController introduced in iOS 14 for color selection in apps.
A tutorial on using iOS EventKit framework to programmatically save events to a user's calendar from within an app.
A developer documents troubleshooting issues encountered while building PSPDFKit with a Swift trunk development snapshot toolchain.
A tutorial on performing table joins and querying database models using the Fluent 4 ORM framework in Vapor for Swift.
Explores the technical challenge of dynamically calling a superclass method at runtime in Swift, diving into Objective-C runtime internals.
A systematic guide to Swift's complex pointer types, explaining their purpose, usage, and the associated memory safety considerations.
A guide to adding versioning and migration support to Swift Codable models while preserving automatic derivation.
A tutorial on using Apple's VisionKit framework to implement document scanning in iOS apps with under 10 lines of core code.
A technical tutorial on how to request permissions and load calendar events from the iOS EventKit framework using Swift.
zld is a faster, drop-in replacement for Apple's linker that can speed up iOS/macOS build times by up to 40%.
A technical deep dive into debugging and fixing the LLDB error 'Couldn't IRGen expression' in mixed Swift/Objective-C projects.
A Swift tutorial on programmatically retrieving and formatting file sizes using FileManager and ByteCountFormatter.
Introduces InterposeKit, a modern Swift library for elegant method swizzling, with developer insights on its creation and related Swift/tech topics.
A beginner's tutorial on building a multiplayer game using Websockets with Vapor 4 (Swift) and Vanilla JavaScript for real-time communication.
A guide on installing and managing multiple Swift development snapshots and toolchains within Xcode, allowing developers to switch between compiler versions.
Explains why launchOptions is nil in iOS 13's AppDelegate and provides the correct solution using SceneDelegate.
Explains how to properly configure WKWebView for headless background operation in iOS apps, including a key workaround for JavaScript execution.