Overview
Activity indicator elements are spinning animations, communicating to users that something is loading. Activity indicators let users know that the app hasn't stalled. Play's activity indicator uses Apple’s native progress bar.
Element Properties
Style
Select the style of the indicator:
Medium: A medium sized indicator (~20pt).
Large: A large sized indicator (~37pt).
Color
Select the color of the text.
Start Animating
Choose if the indicator should start spinning by default.
Hides When Stopped
Choose if the indicator should hide when it stops spinning.
Expression Editor Properties
Color
ActivityIndicator.color
Current color of the indicator.
Hides When Stopped
ActivityIndicator.hidesWhenStopped
Returns a boolean of true if Hides When Stopped is on.
Is Animating
ActivityIndicator.isAnimating
Current status of the indicator.
Style
ActivityIndicator.style
Current style of the indicator.
Activity indicator elements also have access to general object properties.