Skip to content

Commit 9489e27

Browse files
authored
feat: ActivityIndicator iosIndicatorViewStyle property (#158)
1 parent 28a16ae commit 9489e27

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

content/ui/activity-indicator.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,18 @@ busy: boolean
3535

3636
Gets or sets whether the indicator is busy.
3737

38+
### iosIndicatorViewStyle
39+
40+
```ts
41+
iosIndicatorViewStyle: IOSIndicatorViewStyle = 'medium' | 'large'
42+
```
43+
44+
Specifies the style of the indicator. This property is iOS specific.
45+
46+
Valid values: `medium` and `large`.
47+
48+
Default value: `medium`.
49+
3850
---
3951

4052
### ...Inherited

0 commit comments

Comments
 (0)