Stops a running activity indicator.
# Metadata
Platforms: mobile OS: ios Introduced: 5.0.1 Security:
# Syntax
iphoneActivityIndicatorStop
# Examples
iphoneActivityIndicatorStop
# Description
Stops and removes an activity indicator that is already running.
Use the iphoneActivityIndicatorStop command to stop and remove a native iOS activity indicator from the screen.
The iphoneActivityIndicatorStop command does not do anything if an activity indicator is not running. You can start an activity indicator by calling iphoneActivityIndicatorStart.
# Tags
# See
- **command:** iphoneActivityIndicatorStart