{"id":18270806,"url":"https://github.com/davidzech/SpinnerView","last_synced_at":"2025-04-05T01:30:51.596Z","repository":{"id":2574599,"uuid":"3554932","full_name":"davidzech/SpinnerView","owner":"davidzech","description":"Tweetbot pull to refresh spinner clone - add this to any pull to refresh control","archived":true,"fork":false,"pushed_at":"2012-03-31T05:22:17.000Z","size":694,"stargazers_count":101,"open_issues_count":0,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-05T11:53:11.950Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidzech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-26T21:20:49.000Z","updated_at":"2023-11-29T14:25:00.000Z","dependencies_parsed_at":"2022-09-16T15:11:42.506Z","dependency_job_id":null,"html_url":"https://github.com/davidzech/SpinnerView","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/davidzech%2FSpinnerView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidzech%2FSpinnerView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidzech%2FSpinnerView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidzech%2FSpinnerView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidzech","download_url":"https://codeload.github.com/davidzech/SpinnerView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276043,"owners_count":20912286,"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-05T11:38:52.980Z","updated_at":"2025-04-05T01:30:50.627Z","avatar_url":"https://github.com/davidzech.png","language":"Objective-C","readme":"SpinnerView\n===========\n\n![Screenshot: Launch image](https://github.com/burtlo/SpinnerView/raw/master/screenshot.png)\n\nAbout\n-----\n\nA clone of TweetBot's Progress + Activity indicator in the pull to refresh view.\nSupports ARC and non ARC.\n\nUsage\n-----\n\nCreate a SpinnerView object like a UIActivityIndicatorView - size is ignored in initWithFrame:\n\nNote: You should only interact with SpinnerView not it's subviews or anything else.\n\n```\nspinner = [[SpinnerView alloc] initWithFrame:CGRectMake(20, 20, 0, 0)];\n[self.view addSubview:spinner];\n```\n\nuse properties to set a definite progress ( 1.0f-100.0f)\n\n```\nspinner.progress = 66\n```\n\t\nFor indefinite activities use:\n\n```\n[spinner startAnimating];\n\n[spinner stopAnimating];\n```\t\n\n\nCredits\n-------\n\nThanks to @andrewroycarter for helping with the Core Graphics code!\nI also copied a lot of your readme stuff!\n\nThanks to burtlo for adding more cool fixes, updates, and demos!\n\n\nLicense - MIT\n-------------\n\nCopyright (c) 2012 Nighthawk\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","funding_links":[],"categories":["etc"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidzech%2FSpinnerView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidzech%2FSpinnerView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidzech%2FSpinnerView/lists"}