All Projects → jzeferino → Xamarin.iOS.DGActivityIndicatorView

jzeferino / Xamarin.iOS.DGActivityIndicatorView

Licence: MIT license
🔰 DGActivityIndicatorView is a collection of nice loading animations for Xamarin.iOS.

Programming Languages

C#
18002 projects
powershell
5483 projects
shell
77523 projects
smalltalk
420 projects

Projects that are alternatives of or similar to Xamarin.iOS.DGActivityIndicatorView

VersionTrackingPlugin
Version Tracking Plugin for Xamarin and Windows
Stars: ✭ 62 (+121.43%)
Mutual labels:  xamarin, nuget, xamarin-ios
Xamarin.Android.AVLoadingIndicatorView
🔰 AVLoadingIndicatorView is a collection of nice loading animations for Xamarin.Android.
Stars: ✭ 26 (-7.14%)
Mutual labels:  xamarin, animations, loading-animations
PastelXamarinIos
🌒 Gradient animations on Xamarin-iOS
Stars: ✭ 17 (-39.29%)
Mutual labels:  xamarin, animations, xamarin-ios
32feet
Personal Area Networking for .NET
Stars: ✭ 395 (+1310.71%)
Mutual labels:  xamarin, nuget, xamarin-ios
Xamarin.iOS.DatePickerDialog
Xamarin iOS C# port of https://github.com/squimer/DatePickerDialog-iOS-Swift
Stars: ✭ 24 (-14.29%)
Mutual labels:  xamarin, nuget, xamarin-ios
Plugin.audiorecorder
Audio Recorder plugin for Xamarin and Windows
Stars: ✭ 140 (+400%)
Mutual labels:  xamarin, nuget, xamarin-ios
Connectivityplugin
Connectivity Plugin for Xamarin and Windows
Stars: ✭ 253 (+803.57%)
Mutual labels:  xamarin, xamarin-ios
XamarinHosting
Xamarin Forms Generic Host implementation for Microsoft.Extensions.Hosting.
Stars: ✭ 19 (-32.14%)
Mutual labels:  xamarin, nuget
ARKitXamarinDemo
ARKit + UrhoSharp + Xamarin
Stars: ✭ 42 (+50%)
Mutual labels:  xamarin, xamarin-ios
XPlugins.iOS.BEMCheckBox
Use the BEMCheckBox in Xamarin.
Stars: ✭ 19 (-32.14%)
Mutual labels:  xamarin, xamarin-ios
Xamarin Playground
Random cool stuff I play around using Xamarin.. :3 Some of these cool projects I feature them on my blog, with step by step explanation. :) Don't forget to check it out. Go to: theconfuzedsourcecode.wordpress.com
Stars: ✭ 183 (+553.57%)
Mutual labels:  xamarin, xamarin-ios
react-bones
💀 Dead simple content loading components for React and React-Native. 💀
Stars: ✭ 42 (+50%)
Mutual labels:  animations, loading-animations
Cognitive-Face-Xamarin
A client library that makes it easy to work with the Microsoft Cognitive Services Face API on Xamarin.iOS, Xamarin.Android, and Xamarin.Forms and/or Portable Class Libraries.
Stars: ✭ 18 (-35.71%)
Mutual labels:  xamarin, xamarin-ios
Sharpcaster
Chromecast C# SDK for Windows, Windows Phone, .NET 4.5.1, Xamarin.iOS and Xamarin.Android platforms.
Stars: ✭ 245 (+775%)
Mutual labels:  xamarin, nuget
Xamarin Demos
This repository contains the Syncfusion Xamarin UI control’s samples and the guide to use them.
Stars: ✭ 218 (+678.57%)
Mutual labels:  xamarin, xamarin-ios
XamarinHOL
Xamarin ハンズオン用のレポジトリ&ドキュメントです。
Stars: ✭ 52 (+85.71%)
Mutual labels:  xamarin, xamarin-ios
Xamarin Forms Page Transitions
Custom page transitions in a Xamarin.Forms App
Stars: ✭ 200 (+614.29%)
Mutual labels:  xamarin, animations
EntryCustomReturnPlugin
Xamarin.Forms Plugin to customize the Xamarin.Forms.Entry Keyboard Return Button
Stars: ✭ 81 (+189.29%)
Mutual labels:  nuget, xamarin-ios
Prototype.Forms.Controls
This sample app contains a random mixture of Xamarin/Xamarin.Forms controls, views, and functionality snippets that I've created.
Stars: ✭ 21 (-25%)
Mutual labels:  xamarin, xamarin-ios
DrinksGalleryApp
Xamarin.Forms goodlooking UI sample using the new CarouselView (Parallax).
Stars: ✭ 51 (+82.14%)
Mutual labels:  xamarin, animations

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].