diff --git a/content/ui/activity-indicator.md b/content/ui/activity-indicator.md index 77f04cf5..0b0cbfaa 100644 --- a/content/ui/activity-indicator.md +++ b/content/ui/activity-indicator.md @@ -35,6 +35,18 @@ busy: boolean Gets or sets whether the indicator is busy. +### iosIndicatorViewStyle + +```ts +iosIndicatorViewStyle: IOSIndicatorViewStyle = 'medium' | 'large' +``` + +Specifies the style of the indicator. This property is iOS specific. + +Valid values: `medium` and `large`. + +Default value: `medium`. + --- ### ...Inherited