UserDefaults and Property Wrappers
Dec 4, 2019
Learn to use and understand the Result type in Swift.
...
➦
Understanding Property Wrappers in Swift
Nov 27, 2019
Learn and understand what Property Wrappers are in Swift and how to use them.
...
➦
Intercepting Network Traffic with mitmproxy
Nov 20, 2019
Learn how to intercept network calls in your iOS apps with mitmproxy.
...
➦
New Search APIs in iOS 13
Nov 13, 2019
iOS 13 introduced improvements to existing UI search APIs. Learn what's changed.
...
➦
When CryptoKit is not Enough
Nov 6, 2019
Learn about the limitations of CryptoKit, and how to go around them.
...
➦
Introduction to Patterns and Pattern Matching in Swift.
Oct 30, 2019
Learn how to apply pattern matching with Swift in your code.
...
➦
Understanding and Implementing NSNotificationCenter on Apple's Platforms
Oct 23, 2019
Learn how to use the powerful NSPredicate API for searching and filtering.
...
➦
Filtering Arrays with Predicates
Oct 16, 2019
Learn how to use the powerful NSPredicate API for searching and filtering.
...
➦
Common Cryptographic Operations With CryptoKit
Oct 9, 2019
Learn to implement basic cryptography with CryptoKit in Swift.
...
➦
Playing Custom Haptics on iOS
Oct 2, 2019
Learn to use the different NSFormatter subclasses to format data in a human-readable way.
...
➦