Skip to content

Instantly share code, notes, and snippets.

@AviTsadok
Created September 18, 2022 03:34
Show Gist options
  • Select an option

  • Save AviTsadok/a93f8af0401238664fbaf0ffde9e9798 to your computer and use it in GitHub Desktop.

Select an option

Save AviTsadok/a93f8af0401238664fbaf0ffde9e9798 to your computer and use it in GitHub Desktop.
NavigationWidgetEmpty.swift
struct NavigationWidget: Widget {
var body: some WidgetConfiguration {
ActivityConfiguration(for: NavigationAttributes.self) { context in
// lock screen view
} dynamicIsland: { context in
// dynamic island
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment