A simple demo app showing the implementation of the London Underground status board using WidgetKit for iOS 14.
The app will compile and run on Xcode 12 beta for devices running iOS 14 or later.
Checkout the repository, open the xcproject
in Xcode 12. No additional setup is required.
- The widget extension containing a large widget to display the status of all lines and a small/medium widget which will give details of a specific line.
- A boilerplate app used to display the main status board.
- A shared framework containing all the code shared between the app and the widget extension.