Debugging files in iOS
A guide to debugging and inspecting files in iOS apps using the Files app and Xcode's container download feature.
A guide to debugging and inspecting files in iOS apps using the Files app and Xcode's container download feature.
A Swift tutorial on programmatically retrieving and formatting file sizes using FileManager and ByteCountFormatter.
A Swift tutorial on saving and reading files from a user's iCloud Drive using FileManager and CloudKit in an iOS app.
Swift tip on using a URL extension to access a user's documents directory, keeping code DRY.
A Swift tip on using URL extensions to access a user's documents directory, keeping code DRY and centralized.