Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.06 KB

File metadata and controls

33 lines (19 loc) · 1.06 KB

MIWidget ✓

Widget's main purpose is to display a small amount of timely, personally relevant information that people can view without opening your app. With iOS 14, Apple is replacing the old widgets with all new ones that are more dynamic, can pull in more information. You can create widgets in small, medium, or large sizes and can put widgets anywhere on a home screen.

Minimum Requirements

  • macOS Catalina 10.15.5 or later
  • Xcode 12 or later

Our Goal

The objective of this tutorial is to understand the workflow of a static configuration widget extension and how to show data with three supported families.

Description

In this widget, we will show the current time with the device name and greeting based on the current time.

System Supported Families

  • systemSmall
  • systemMedium
  • systemLarge

Documentation

Official - https://developer.apple.com/design/human-interface-guidelines/ios/system-capabilities/widgets

LICENSE!

MIWidget is MIT-licensed.