Topic
Swift
15 articles on this topic.
-
I Used mitmproxy to Read My App's AI System Prompt. Then I Built the Defense.
How to intercept HTTPS traffic from AI-powered iOS apps with mitmproxy, and how to stop it with certificate pinning in Swift.
-
Why @FetchRequest Doesn't Work with Share Extensions (And What Does)
If you're using @FetchRequest with a Share Extension, it will never pick up cross-process changes. Here's what actually works.
-
A Comprehensive Guide to Capturing and Storing Audio Files with AWS Amplify Storage on iOS Using SwiftUI
How to get up and running with AWS Amplify Storage with audio files
-
How to Display Images from AWS Amplify Storage on iOS Using AmplifyImage and SwiftUI
How to get up and running with AWS Amplify Storage and AmplifyImage to display images in SwiftUI
-
Getting Started with AWS Amplify Storage on macOS: A Step-by-Step Guide for iOS and macOS Developers
How to get up and running with AWS Amplify Storage on macOS
-
Up and Running with AWS Amplify Libraries for Swift
How to get up and running with AWS Amplify Libraries for Swift on iOS and macOS.
-
Navigation Basics for SwiftUI on macOS
How to implement navigation with SwiftUI on macOS using NavigationSplitView.
-
Chaining Operations in Swift with FlatMap
How to chain multiple operations together using Apple's Combine in Swift with AWS Amplify examples.
-
Getting Device Location on iOS
How to obtain the user/device location using CoreLocation, Combine, and SwiftUI on iOS.
-
Publishing Updates Using Protocols with Combine on iOS
Using @Published variables with protocols in Swift.
-
Using Decodable with Dynamic Values in Swift
Using Decodable to decode dynamic JSON values in Swift.
-
Decoupling Dependencies in Swift
Decoupling third-party dependencies from your code into modules for reusability, flexibility, and testability.
-
Migrating Asynchronous Code to Combine
An example of how to take some of the most common use cases of asynchronous code like callbacks and delegates, and migrate them to a Swift Combine implementation.
-
Dependency Injection via Property Wrappers
A look at how property wrappers can make dependency injection very simple.
-
Where are the Swift Programmers?
My journey connecting with the Swift community