What’s is control center widget
Asked on 2024-07-27
1 search
A control center widget, introduced in iOS 18, is a new type of widget that allows users to extend their app's functionality into system spaces like the control center, lock screen, and action button. These controls are built using WidgetKit and can perform actions or maintain states, providing quick access to key app features.
There are two types of controls: buttons and toggles. Buttons perform discrete actions, such as launching an app, while toggles change a piece of boolean state, like turning something on or off. Controls can be displayed in different sizes, and their appearance is defined by the app, including a symbol, title, tint, color, and additional content.
For example, a productivity timer control can be created to manage work and break intervals. This control can be started from the lock screen, stopped in the control center, and even controlled using the action button. Controls can also be made user-configurable, allowing for different configurations like separate timers for work and personal use.
For more details on building and refining controls, you can refer to the session Extend your app’s controls across the system (03:04).
Relevant Sessions

Extend your app’s controls across the system
Bring your app’s controls to Control Center, the Lock Screen, and beyond. Learn how you can use WidgetKit to extend your app’s controls to the system experience. We’ll cover how you can to build a control, tailor its appearance, and make it configurable.

Bring your app’s core features to users with App Intents
Learn the principles of the App Intents framework, like intents, entities, and queries, and how you can harness them to expose your app’s most important functionality right where people need it most. Find out how to build deep integration between your app and the many system features built on top of App Intents, including Siri, controls and widgets, Apple Pencil, Shortcuts, the Action button, and more. Get tips on how to build your App Intents integrations efficiently to create the best experiences in every surface while still sharing code and core functionality.

What’s new in watchOS 11
Explore new opportunities on Apple Watch, including bringing Double Tap support to your watchOS app, making your Smart Stack widgets even more relevant and interactive, and displaying your iOS Live Activities in the Smart Stack.
