{"id":18390837,"url":"https://github.com/sarunw/swactivityindicatorview","last_synced_at":"2025-04-07T02:35:27.289Z","repository":{"id":62454546,"uuid":"44588539","full_name":"sarunw/SWActivityIndicatorView","owner":"sarunw","description":"A simple flat activity indicator view.","archived":false,"fork":false,"pushed_at":"2017-01-01T13:46:44.000Z","size":2577,"stargazers_count":27,"open_issues_count":3,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-22T11:51:11.446Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/sarunw.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":"2015-10-20T07:08:23.000Z","updated_at":"2024-12-12T20:50:45.000Z","dependencies_parsed_at":"2022-11-02T00:01:31.294Z","dependency_job_id":null,"html_url":"https://github.com/sarunw/SWActivityIndicatorView","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarunw%2FSWActivityIndicatorView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarunw%2FSWActivityIndicatorView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarunw%2FSWActivityIndicatorView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarunw%2FSWActivityIndicatorView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sarunw","download_url":"https://codeload.github.com/sarunw/SWActivityIndicatorView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247583712,"owners_count":20962066,"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":[],"created_at":"2024-11-06T01:49:24.323Z","updated_at":"2025-04-07T02:35:22.271Z","avatar_url":"https://github.com/sarunw.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SWActivityIndicatorView\n\nA simple flat activity indicator view.\n\n![alt tag](https://raw.githubusercontent.com/sarunw/SWActivityIndicatorView/master/Documentations/demo.gif)\n\n## Installation\n\nSWActivityIndicatorView is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"SWActivityIndicatorView\"\n```\n\nYou may also quickly try the SWActivityIndicatorView example project with\n\n```ruby\npod try SWActivityIndicatorView\n```\n\n## Requirements\n\nRequires iOS 8.0+ and ARC.\n\n## Usage\n\nBasic usage\n```swift\nlet activityIndicatorView = SWActivityIndicatorView(frame: CGRect(x: 0, y: 0, width: 50, height: 50))\nself.view.addSubview(activityIndicatorView)\nactivityIndicatorView.startAnimating()\n```\n\nIf you use Interface Builder, add a UIView to your interface and set Class to `SWActivityIndicatorView`.\n\n### Customization\nYou can use customize SWActivityIndicatorView via property\n```swift\nactivityIndicatorView.lineWidth = 2\nactivityIndicatorView.autoStartAnimating = true\nactivityIndicatorView.hidesWhenStopped = false\nactivityIndicatorView.color = UIColor.lightGrayColor()\n```\n\n## Author\n\n[Sarun Wongpatcharapakorn](https://github.com/sarunw) ([@sarunw](https://twitter.com/sarunw))\n\n## License\n\nSWActivityIndicatorView is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarunw%2Fswactivityindicatorview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsarunw%2Fswactivityindicatorview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarunw%2Fswactivityindicatorview/lists"}