- widgetMaximumSizeForDisplayMode:
Returns the maximum size for the specified widget display mode.
指定されたウィジェットディスプレイモードに対する最大限の大きさを返します。
Availability 有効性
Technology
@property(nonatomic, assign) NCWidgetDisplayMode
widgetLargestAvailableDisplayMode;
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.
このプロパティの省略時の値はNCWidget
です。いつでも、あなたはこのプロパティの値を変更することによって、あなたのウィジェットがサポートする最も大きいディスプレイモードを変更できます。例えば、あなたはこのプロパティ値を、より多くのまたは少ない内容があなたのウィジェットにおいて表示可能につれて更新できます。
- widgetMaximumSizeForDisplayMode: