iOS
iOS 14: Create a widget using WidgetKit
WidgetKit is a framework which is introduced during WWDC 20, the first online-only developer conference. Using WidgetKit, developers are able to create beautiful widgets which can be displayed on the homescreen. Widgets should be written in SwiftUI, which is fine because widgets are only available for iOS 14 and above. Read more…