How to display files like PDFs, documents, GIFs, images and more in your app
A tutorial on using iOS's QLPreviewController to display various file types like PDFs, documents, and images within an app.
A tutorial on using iOS's QLPreviewController to display various file types like PDFs, documents, and images within an app.
A tutorial on using iOS's Quick Look framework to generate thumbnail previews for various file types like PDFs, documents, and 3D models.
A tutorial on using custom UIView to dim app backgrounds and hide sensitive content in the iOS App Switcher.
A Swift tutorial on saving and reading files from a user's iCloud Drive using FileManager and CloudKit in an iOS app.
A tutorial on implementing a modern swipe-to-delete action with a custom trash icon in an iOS TableView using trailingSwipeActionsConfiguration.
A guide on using EKEventEditViewController in Swift to let users save events to the iOS system calendar, covering setup, permissions, and delegate handling.
Explains how to fix broken target="_blank" links in iOS WKWebView by implementing a specific WKUIDelegate method.
A technical guide to reverse engineering and analyzing iOS applications using tools like Hopper, class-dump, and objection.
A tutorial on building a cross-platform Expense Tracker app for iOS and macOS using SwiftUI, Core Data, and CloudKit for data syncing.
A technical guide on using lldb to debug third-party iOS applications on jailbroken devices, covering setup, commands, and breakpoints.
A tutorial on building a cross-platform image filter app for macOS and iOS using SwiftUI, focusing on code sharing and platform-specific UI.
A developer explains how and why they built a command line interface (chibictl) for their iOS app using MultipeerConnectivity for debugging.
An introductory guide to Apple's CloudKit framework, covering its safety, use cases, and when to use it for syncing data and storing app configuration.
A critique of bloated MVC in iOS development, discussing strategies to manage massive view controllers and adapt architectural patterns for UIKit and SwiftUI.
A technical guide on implementing custom interactive push notifications with custom UI in iOS using UserNotifications framework.
Announcement of a new blog focused on mobile development tutorials for iOS, Swift, Flutter, and other Apple and cross-platform technologies.
A guide to using iOS 13's new Diffable Data Source API for UITableView to simplify data management and avoid common update errors.
Web Share API support in Safari and iOS is a win-win for user-friendly content sharing, prompting a deeper look.
A tutorial on downloading files in Swift using URLSession with the Combine framework, focusing on asynchronous image loading and best practices.
Explores common issues and solutions when implementing Keychain Sharing for iOS app extensions, covering group names, simulator limitations, and entitlements.