Xamarin.iOS.DGActivityIndicatorView Save

:beginner: DGActivityIndicatorView is a collection of nice loading animations for Xamarin.iOS.

Project README

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

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:

  • BallPulseIndicator
  • NineDots
  • TriplePulse
  • FiveDots
  • RotatingSquares
  • DoubleBounce
  • TwoDots
  • ThreeDots
  • BallPulse
  • BallClipRotate
  • BallClipRotatePulse
  • BallClipRotateMultiple
  • BallRotate
  • BallZigZag
  • BallZigZagDeflect
  • BallTrianglePath
  • BallScale
  • LineScale
  • LineScaleParty
  • BallScaleMultiple
  • BallPulseSync
  • BallBeat
  • LineScalePulseOut
  • LineScalePulseOutRapid
  • BallScaleRipple
  • BallScaleRippleMultiple
  • TriangleSkewSpin
  • BallGridBeat
  • BallGridPulse
  • RotatingSandglass
  • RotatingTrigons
  • TripleRings
  • CookieTerminator
  • BallSpinFadeLoader

License

MIT Licence

Open Source Agenda is not affiliated with "Xamarin.iOS.DGActivityIndicatorView" Project. README Source: jzeferino/Xamarin.iOS.DGActivityIndicatorView

Open Source Agenda Badge

Open Source Agenda Rating