Skip to content

Following Apples walkthrough to create iOS 14 widgets

License

Notifications You must be signed in to change notification settings

pd95/SwiftUI-EmojiRangers

Repository files navigation

Emoji Rangers

The code is based on the sample project for the "Widgets Code-Along" video series of Apples WWDC20:

https://developer.apple.com/documentation/widgetkit/building_widgets_using_widgetkit_and_swiftui

I started with the "part 1" project and went on with my own code.

The following differences are note worthy:

  • the DynamicCharacterSelection intent is "shortcut app"-enabled
  • when visiting a character detail page, the corresponging Siri intent is donated (enabling the siri based surfacing of widgets)
  • when a donated intent is selected later again, the app is handling this NSUserActivity and opens the details screen.

Here follows the regular README:


Building Widgets Using WidgetKit and SwiftUI

Create widgets to show your app's content on the Home screen, with custom intents for user-customizable settings.

Overview

About

Following Apples walkthrough to create iOS 14 widgets

Topics

Resources

License

Stars

Watchers

Forks

Languages