isNetworkActivityIndicatorVisible
A Boolean value that turns an indicator of network activity on or off.
Declaration
var isNetworkActivityIndicatorVisible: Bool { get set }Discussion
Specify true if the app should show network activity and false if it should not. The default value is false. A spinning indicator in the status bar shows network activity. The app may explicitly hide or show this indicator.