TechnologiesApp Extensions & System Integration

_AppIntents_SwiftUI cross-import overlay

iOSmacOStvOSwatchOSvisionOS

_AppIntents_SwiftUI is a cross-import overlay that bridges App Intents and SwiftUI, providing the glue that surfaces App Intents features inside SwiftUI views. Use it to present a ShortcutsLink that takes users to your app's App Shortcuts page in the Shortcuts app, and to control the appearance of these elements through styles such as ShortcutsLinkStyle and SiriTipViewStyle. The overlay is available on iOS, macOS, tvOS, watchOS, and visionOS.

Styling App Intents Views 2

Styles that control the appearance of App Intents elements presented inside SwiftUI views.

  • St
    ShortcutsLinkStyleiOS 16.0+
    The styles to apply to buttons you use to open your app's page in the Shortcuts app.
  • St
    SiriTipViewStyle
    The styles to apply to the tip views you use to display spoken phrases.

Structures 2

  • St
    ShortcutsLinkiOS 16.0+
    A button that brings users to the current app's App Shortcuts page in the Shortcuts app.
  • St
    SiriTipView
    A SwiftUI view that displays the phrase someone uses to invoke an App Shortcut.

Extends 8

ViewAppIntentIntentParameterIntentParameterContextIntentResultModifiedContentButtonToggle
← App Extensions & System Integration