{"id":15038387,"url":"https://github.com/zxincrash/zxloadingview","last_synced_at":"2026-03-17T20:03:11.299Z","repository":{"id":56931217,"uuid":"111155332","full_name":"zxincrash/ZXLoadingView","owner":"zxincrash","description":"🍕ZXLoadingView is an iOS progress-activity","archived":false,"fork":false,"pushed_at":"2017-11-30T05:37:27.000Z","size":1338,"stargazers_count":14,"open_issues_count":0,"forks_count":7,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-24T03:04:02.898Z","etag":null,"topics":["activity","loading","loadingview","mmmaterialdesignspinner","spinner","spinner-frames","spinner-icon","spinnerlikeios","spinners","spinnerview","swift-4","swift4"],"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/zxincrash.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}},"created_at":"2017-11-17T22:06:48.000Z","updated_at":"2022-02-16T02:07:14.000Z","dependencies_parsed_at":"2022-08-21T00:00:32.727Z","dependency_job_id":null,"html_url":"https://github.com/zxincrash/ZXLoadingView","commit_stats":null,"previous_names":["zxin2928/zxloadingview"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zxincrash%2FZXLoadingView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zxincrash%2FZXLoadingView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zxincrash%2FZXLoadingView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zxincrash%2FZXLoadingView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zxincrash","download_url":"https://codeload.github.com/zxincrash/ZXLoadingView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246262490,"owners_count":20749170,"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":["activity","loading","loadingview","mmmaterialdesignspinner","spinner","spinner-frames","spinner-icon","spinnerlikeios","spinners","spinnerview","swift-4","swift4"],"created_at":"2024-09-24T20:38:16.484Z","updated_at":"2026-03-17T20:03:06.269Z","avatar_url":"https://github.com/zxincrash.png","language":"Swift","readme":"# ZXLoadingView\n\n[![CI Status](http://img.shields.io/travis/zxin2928/ZXLoadingView.svg?style=flat)](https://travis-ci.org/zxin2928/ZXLoadingView)\n[![Version](https://img.shields.io/cocoapods/v/ZXLoadingView.svg?style=flat)](http://cocoapods.org/pods/ZXLoadingView)\n[![License](https://img.shields.io/cocoapods/l/ZXLoadingView.svg?style=flat)](http://cocoapods.org/pods/ZXLoadingView)\n[![Platform](https://img.shields.io/cocoapods/p/ZXLoadingView.svg?style=flat)](http://cocoapods.org/pods/ZXLoadingView)\n[![Join the chat at https://gitter.im/zxin2928/ZXLoadingView](https://badges.gitter.im/zxin2928/ZXLoadingView.svg)](https://gitter.im/zxin2928/ZXLoadingView?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n![image](https://github.com/zxin2928/ZXLoadingView/blob/master/ZXLoadingView/demo.gif) \n## Example\n\nTo run the example project directory.\n\n``` swift\n// Initialize the progress view\nlet loadingView:ZXLoadingView = ZXLoadingView.init(frame:CGRect.init(x: self.view.center.x, y: self.view.center.y, width: 100, height: 100))\n\n// Set the line width of the loadingView\nloadingView.lineWidth = 2.0\n// Set the tint color of the loadingView\nloadingView.tintColor = .red\n\n// Add it as a subview\nself.view.addSubview(loadingView)\n\n...\n\n// Start \u0026 stop animations\nloadingView.startAnimating()\nloadingView.stopAnimating()\n\n```\nAlso Support Xib \u0026 StoryBoard\n\n\nThe `lineWidth` and `tintColor` properties can even be set after animating has been started, which you can observe in the included example project.\n\n## Requirements\n\nswift4.0\n\n## Installation\n\nZXLoadingView is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'ZXLoadingView'\n```\n\n## Author\n\nzxin2928, zxin2928@icloud.com\n\n## License\n\nZXLoadingView is available under the MIT license. See the LICENSE file for more info.\n\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzxincrash%2Fzxloadingview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzxincrash%2Fzxloadingview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzxincrash%2Fzxloadingview/lists"}