The largest display mode the widget supports.
SDK
- iOS 10.0+
Framework
- Notification
Center
Declaration
var widgetLargestAvailableDisplayMode: NCWidget Display Mode { get set }
Discussion
The default value of this property is NCWidget
. At any time, you can change the largest display mode your widget supports by changing the value of this property. For example, you can update the property value as more or less content is available to display in your widget.