Parsing Tricky JSON With Codable in Swift
Oct 28, 2020
Learn how to deal with tricky situations when parsing JSON with Swift's Codable.
...
➦
A More Practical Custom Formatter
Oct 21, 2020
Implement a more interesting custom Formatter in Swift.
...
➦
Writing Custom NSFormatters in Swift
Oct 14, 2020
Learn how to write your own NSFormatter subclasses in Swift.
...
➦
Benchmarking Your App with MetricKit
Oct 7, 2020
Learn how to use MetricKit to understand the performance of your app.
...
➦
Formatting Notes and Gotchas
Sep 30, 2020
Usage notes and things to watch out for when formatting content with NSFormatters.
...
➦
A Short Guide to Localization on Apple Platforms
Sep 23, 2020
Learn the technologies used to localized your iOS, iPadOS, watchOS, tvOS, and macOS apps.
...
➦
WWDC2020: What's new in CryptoKit
Sep 14, 2020
Learn about the new features Apple added to CryptoKit in WWDC2020.
...
➦
Logging Messages With the Unified Logging System on Apple Platforms
Sep 9, 2020
Learn how to format and strip sensitive data when logging with OSLog.
...
➦
Using ASWebAuthenticationSession with SwiftUI
Sep 2, 2020
Learn how to integrate ASWebAuthenticationSession with SwiftUI
...
➦
Introduction to Apple's Unified Logging System on iOS 14 in Swift
Aug 26, 2020
Learn about the Unified Logging system on Apple Platforms.
...
➦