HowTo: Change Network Status Indicator.
From $1
Table of contents
The network status indicator is controlled by the NetworkActivityIndicatorVisible property on the shared UIApplication.
You can query the current status by examining this property, and you can turn the spinner on and off by setting its value:
void SetBusy ()
{
UIApplication.SharedApplication.NetworkActivityIndicatorVisible = true;
}
- Tag page
- What links here
[MISSING: skin.common.header-gallery-count]
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Page last modified 00:29, 22 Sep 2009 by Miguel