{"id":15038568,"url":"https://github.com/anscoder/anloader","last_synced_at":"2025-10-04T03:31:54.427Z","repository":{"id":56900903,"uuid":"100853241","full_name":"ANSCoder/ANLoader","owner":"ANSCoder","description":"Create Swift loader in a single line with beautiful animation. 🏵","archived":true,"fork":false,"pushed_at":"2021-02-06T13:13:21.000Z","size":1908,"stargazers_count":38,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-12T22:37:46.386Z","etag":null,"topics":["ios-framework","ios-thirdparty","ios11","loader","loading","loading-animations","loading-bar","loading-indicator","loading-spinner","loadingview","progress","swift-framework","swift-language","swift-library","swift4","swift5"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/ANSCoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-20T10:12:05.000Z","updated_at":"2025-02-08T12:45:15.000Z","dependencies_parsed_at":"2022-08-20T18:20:52.505Z","dependency_job_id":null,"html_url":"https://github.com/ANSCoder/ANLoader","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/ANSCoder/ANLoader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ANSCoder%2FANLoader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ANSCoder%2FANLoader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ANSCoder%2FANLoader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ANSCoder%2FANLoader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ANSCoder","download_url":"https://codeload.github.com/ANSCoder/ANLoader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ANSCoder%2FANLoader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278259829,"owners_count":25957547,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ios-framework","ios-thirdparty","ios11","loader","loading","loading-animations","loading-bar","loading-indicator","loading-spinner","loadingview","progress","swift-framework","swift-language","swift-library","swift4","swift5"],"created_at":"2024-09-24T20:38:57.621Z","updated_at":"2025-10-04T03:31:54.125Z","avatar_url":"https://github.com/ANSCoder.png","language":"Swift","readme":"# ANLoader\n\n👾 Create loading view with just a single lines of code. ⛳️\n\n[![Build Status](https://travis-ci.com/ANSCoder/ANLoader.svg?branch=master)](https://travis-ci.com/ANSCoder/ANLoader)\n[![Version](https://img.shields.io/cocoapods/v/ANLoader.svg?style=flat)](http://cocoapods.org/pods/ANLoader)\n[![License](https://img.shields.io/cocoapods/l/ANLoader.svg?style=flat)](http://cocoapods.org/pods/ANLoader)\n[![Platform](https://img.shields.io/cocoapods/p/ANLoader.svg?style=flat)](http://cocoapods.org/pods/ANLoader)\n\u003ca href=\"https://developer.apple.com/swift\"\u003e\u003cimg src=\"https://img.shields.io/badge/swift4.2-compatible-orange.svg?style=flat\" alt=\"Swift 5.0 compatible\" /\u003e\u003c/a\u003e\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first. 🎉\n\n\n![](https://raw.githubusercontent.com/ANSCoder/ANLoader/master/Example/ANLoader/Images.xcassets/Sticker%20Pack.stickerpack/Loading.sticker/Loading.gif)\n\n\n### 🛠 How to start loading\n\nBy using a simple line create loading view. ☝🏻\n\n```swift\nANLoader.showLoading(\"Loading\", disableUI: true)\n```\n\nBy choosing 'disableUI' stops user interactions until you hide loading Activity. 🙌\n\n### ⚡️ Use directly without disable UI\n\n```swift\nANLoader.showLoading()\n```\n\n### 🖐🏻 How to dismiss loading\n\nNo need to call other extra things it will be manage automatically. 👏🏻\n\n```swift\nANLoader.hide()\n```\n\n### 📝 Custom Settings\n\nEasy to make changes by choosing options 🔧\n\n```swift\nANLoader.pulseAnimation = true //It will animate your Loading\nANLoader.activityColor = .darkGray\nANLoader.activityBackgroundColor = .clear\nANLoader.activityTextColor = .clear\n\n```\n![](https://github.com/ANSCoder/ANLoader/blob/master/Example/ANLoader/Images.xcassets/loading.imageset/loading.png)\n\n#### Note : - Please keep in mind activityColor and activityBackgroundColor should be different.Otherwise you can manage by your self. Add custom settings in the AppDelegate class.\n\n## 🤔 Requirements\n\n* Deployment target of your App is \u003e= iOS 10.2\n* Xcode 10+\n\n## 💻 Installation\n\nANLoader is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'ANLoader', :git =\u003e 'https://github.com/ANSCoder/ANLoader.git'\n```\n\n### Swift Package Manager\n```swift\ndependencies: [\n  .package(url: \"https://github.com/ANSCoder/ANLoader.git\", from: \"2.0.0\")\n]\n```\n#### or\n\nManually drag and drop `ANLoader.swift` single file inside your project.\n\n## 👤 Author\n\nanscoder (Anand)\n\n## 📄 License\n\nANLoader is available under the MIT license. See the [LICENSE](https://github.com/ANSCoder/ANLoader/blob/master/LICENSE) file for more info.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanscoder%2Fanloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanscoder%2Fanloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanscoder%2Fanloader/lists"}