Home

Awesome

Build Status NuGet

Xamarin.iOS.DGActivityIndicatorView

This is a Xamarin iOS Binding for the DGActivityIndicatorView.

DGActivityIndicatorView is a collection of nice loading animations for iOS.

Demo

<p align="center"> <img src="https://github.com/jzeferino/Xamarin.iOS.DGActivityIndicatorView/blob/master/art/DGActivityIndicatorView.gif?raw=true"/> </p>

Usage

(see the sample project for a detailed working example)

Step 1

Install NuGet package.

Step 2

Add the DGActivityIndicatorView to your layout:

var activityIndicatorView = new DGActivityIndicatorView(DGActivityIndicatorAnimationType.BallGridBeat, UIColor.White);
View.AddSubview(activityIndicatorView);

Step 3

Show or hide the progress.

activityIndicatorView.StartAnimating();

or

activityIndicatorView.StopAnimating();   

Indicators

As seen above in the Demo, the indicators are as follows:

License

MIT Licence