concept network activity indicator in category ios
appears as: network activity indicator

This is an excerpt from Manning's book iOS Development with Swift.
If a networking task can take more than a couple of seconds, it’s a good idea to indicate this to the user with a network activity indicator in the status bar (see figure 14.10).
Displaying the network activity indicator is straightforward—all that’s needed is to set the isNetworkActivityIndicatorVisible property of the UIApplication to true.