{"id":20311116,"url":"https://github.com/jzeferino/xamarin.ios.dgactivityindicatorview","last_synced_at":"2025-04-11T16:07:08.293Z","repository":{"id":73763636,"uuid":"80378618","full_name":"jzeferino/Xamarin.iOS.DGActivityIndicatorView","owner":"jzeferino","description":":beginner: DGActivityIndicatorView is a collection of nice loading animations for Xamarin.iOS.","archived":false,"fork":false,"pushed_at":"2018-10-18T16:44:24.000Z","size":5125,"stargazers_count":28,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T03:08:47.265Z","etag":null,"topics":["animations","dgactivityindicatorview","ios","loading-animations","nuget","xamarin","xamarin-ios"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jzeferino.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-29T22:53:56.000Z","updated_at":"2023-05-23T17:08:20.000Z","dependencies_parsed_at":"2023-06-16T16:00:32.051Z","dependency_job_id":null,"html_url":"https://github.com/jzeferino/Xamarin.iOS.DGActivityIndicatorView","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jzeferino%2FXamarin.iOS.DGActivityIndicatorView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jzeferino%2FXamarin.iOS.DGActivityIndicatorView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jzeferino%2FXamarin.iOS.DGActivityIndicatorView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jzeferino%2FXamarin.iOS.DGActivityIndicatorView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jzeferino","download_url":"https://codeload.github.com/jzeferino/Xamarin.iOS.DGActivityIndicatorView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248438499,"owners_count":21103409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["animations","dgactivityindicatorview","ios","loading-animations","nuget","xamarin","xamarin-ios"],"created_at":"2024-11-14T17:36:15.221Z","updated_at":"2025-04-11T16:07:08.285Z","avatar_url":"https://github.com/jzeferino.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://app.bitrise.io/app/ef9f6b792fb8dc9b/status.svg?token=lMCNm-V8FuPrc4mtUhvmfw\u0026branch=master)](https://app.bitrise.io/app/ef9f6b792fb8dc9b)\n[![NuGet](https://img.shields.io/nuget/v/Xamarin.iOS.DGActivityIndicatorView.svg?label=NuGet)](https://www.nuget.org/packages/Xamarin.iOS.DGActivityIndicatorView/)\n\nXamarin.iOS.DGActivityIndicatorView\n===================\n\nThis is a Xamarin iOS Binding for the [DGActivityIndicatorView](https://github.com/gontovnik/DGActivityIndicatorView).\n\nDGActivityIndicatorView is a collection of nice loading animations for iOS.\n\n## Demo\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/jzeferino/Xamarin.iOS.DGActivityIndicatorView/blob/master/art/DGActivityIndicatorView.gif?raw=true\"/\u003e\n\u003c/p\u003e\n\n## Usage\n(see the [sample](https://github.com/jzeferino/Xamarin.iOS.DGActivityIndicatorView/tree/master/src/Xamarin.iOS.DGActivityIndicatorViewBinding.Sample) project for a detailed working example)\n\n### Step 1\n\nInstall NuGet [package](https://www.nuget.org/packages/Xamarin.iOS.DGActivityIndicatorView/).\n\n### Step 2\n\nAdd the DGActivityIndicatorView to your layout:\n```c#\nvar activityIndicatorView = new DGActivityIndicatorView(DGActivityIndicatorAnimationType.BallGridBeat, UIColor.White);\nView.AddSubview(activityIndicatorView);\n```\n\n### Step 3\n\nShow or hide the progress.\n```c#\nactivityIndicatorView.StartAnimating();\n```\nor\n```c#\nactivityIndicatorView.StopAnimating();   \n```\n\n## Indicators\n\nAs seen above in the **Demo**, the indicators are as follows:\n\n * `BallPulseIndicator`\n * `NineDots`\n * `TriplePulse`\n * `FiveDots`\n * `RotatingSquares`\n * `DoubleBounce`\n * `TwoDots`\n * `ThreeDots`\n * `BallPulse`\n * `BallClipRotate`\n * `BallClipRotatePulse`\n * `BallClipRotateMultiple`\n * `BallRotate`\n * `BallZigZag`\n * `BallZigZagDeflect`\n * `BallTrianglePath`\n * `BallScale`\n * `LineScale`\n * `LineScaleParty`\n * `BallScaleMultiple`\n * `BallPulseSync`\n * `BallBeat`\n * `LineScalePulseOut`\n * `LineScalePulseOutRapid`\n * `BallScaleRipple`\n * `BallScaleRippleMultiple`\n * `TriangleSkewSpin`\n * `BallGridBeat`\n * `BallGridPulse`\n * `RotatingSandglass`\n * `RotatingTrigons`\n * `TripleRings`\n * `CookieTerminator`\n * `BallSpinFadeLoader`\n \n### License\n[MIT Licence](LICENSE) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjzeferino%2Fxamarin.ios.dgactivityindicatorview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjzeferino%2Fxamarin.ios.dgactivityindicatorview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjzeferino%2Fxamarin.ios.dgactivityindicatorview/lists"}