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
    • No tags

    Files (0)

     
    Page last modified 00:29, 22 Sep 2009 by Miguel