From 0178cea8219ee969266512cb999d27ac1fc2110e Mon Sep 17 00:00:00 2001 From: Dimitris - Rafail Katsampas Date: Tue, 19 Nov 2024 12:33:58 +0200 Subject: [PATCH] feat: Added ActivityIndicator iosIndicatorViewStyle property --- content/ui/activity-indicator.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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