Tag
#apple-intelligence
Apple Intelligence Glow Border Effect Code for iOS
Recreate the Apple Intelligence glow border in SwiftUI with an animated angular-gradient stroke or a Metal shader. Here is the code, the tradeoffs, and the limits.
SwiftUI App Intents Template for Apple Intelligence Apps
App Intents are how Apple Intelligence, Siri, Shortcuts, and Spotlight reach an app. Here is the template structure that gives an agent the right pattern.
Add Siri Shortcuts and App Intents to a React Native App
Siri Shortcuts in React Native need native App Intents in Swift. Here is how to define them, bridge to your RN app, and let Siri and Apple Intelligence run them.
Use Apple Intelligence On-Device Models in SwiftUI
Apple Intelligence lets a SwiftUI app call an on-device model with the Foundation Models framework. Here is a working example, with the honest limits included.
Apple Intelligence Siri Overlay Clone in SwiftUI
The system overlay has no API, but the grammar is buildable: layered gradient strokes, a layerEffect shader for the fluid motion, and a glow that tells the truth.