Contents

CLKComplicationStaticWidgetMigrationConfiguration

A configuration object that specifies a static complication in WidgetKit.

Declaration

class CLKComplicationStaticWidgetMigrationConfiguration

Overview

You can use static complications if your app doesn’t dynamically customize the list of complications available in the complication picker. For example, if your complications display the current temperature and chance of precipitation at the user’s current location, you can use a set of static widgets to define these complications.

For more information, see Migrating ClockKit complications to WidgetKit.

Topics

Creating static complication configurations

Accessing configuration properties

See Also

Migrating to WidgetKit