{"id":13742898,"url":"https://github.com/gontovnik/DGActivityIndicatorView","last_synced_at":"2025-05-09T00:32:09.863Z","repository":{"id":54474307,"uuid":"36572947","full_name":"gontovnik/DGActivityIndicatorView","owner":"gontovnik","description":"DGActivityIndicatorView is a great way to make loading spinners in your application look nicer. It contains 32 different indicator view styles.","archived":false,"fork":false,"pushed_at":"2021-05-18T06:36:43.000Z","size":6079,"stargazers_count":1798,"open_issues_count":9,"forks_count":287,"subscribers_count":45,"default_branch":"master","last_synced_at":"2025-05-07T09:50:01.119Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-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/gontovnik.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-05-30T19:42:10.000Z","updated_at":"2025-04-07T12:03:29.000Z","dependencies_parsed_at":"2022-08-13T17:00:18.697Z","dependency_job_id":null,"html_url":"https://github.com/gontovnik/DGActivityIndicatorView","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gontovnik%2FDGActivityIndicatorView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gontovnik%2FDGActivityIndicatorView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gontovnik%2FDGActivityIndicatorView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gontovnik%2FDGActivityIndicatorView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gontovnik","download_url":"https://codeload.github.com/gontovnik/DGActivityIndicatorView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253059169,"owners_count":21847225,"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-08-03T05:00:37.503Z","updated_at":"2025-05-09T00:32:06.636Z","avatar_url":"https://github.com/gontovnik.png","language":"Objective-C","readme":"# DGActivityIndicatorView\nDGActivityIndicatorView is a great way to make loading spinners in your application look nicer. It contains 32 different indicator view styles. Inspired by: http://connoratherton.com/loaders\n\n![alt tag](https://raw.githubusercontent.com/gontovnik/DGActivityIndicatorView/master/DGActivityIndicatorView.gif)\n\n## Requirements\n* Xcode 6 or higher\n* Apple LLVM compiler\n* iOS 8.0 or higher (May work on previous versions, just did not testit. Feel free to edit it).\n* ARC\n\n## Demo\n\nOpen and run the DGActivityIndicatorExample project in Xcode to see DGActivityIndicatorView in action.\n\n## Installation\n\n### CocoaPods\n\nInstall CocoaPods if it is not installed yet:\n\n``` bash\n$ [sudo] gem install cocoapods\n$ pod setup\n```\n\nAdd DGActivityIndicatorView to Podfile:\n\n``` bash\npod 'DGActivityIndicatorView'\n```\n\nCall 'pod install':\n\n``` bash\npod install\n```\n\n### Manual install\n\nAll you need to do is drop DGActivityIndicatorView folder into your project and include headers.\n\n## Example usage\n\n``` objective-c\nDGActivityIndicatorView *activityIndicatorView = [[DGActivityIndicatorView alloc] initWithType:DGActivityIndicatorAnimationTypeDoubleBounce tintColor:[UIColor whiteColor] size:20.0f];\nactivityIndicatorView.frame = CGRectMake(0.0f, 0.0f, 50.0f, 50.0f);\n[self.view addSubview:activityIndicatorView];\n[activityIndicatorView startAnimating];\n```\n\n## TODO\n\n* Add more different animations\n\n## Contact\n\nDanil Gontovnik\n\n- https://github.com/gontovnik\n- https://twitter.com/gontovnik\n- http://gontovnik.com/\n- gontovnik.danil@gmail.com\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2015 Danil Gontovnik\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","funding_links":[],"categories":["Objective-C  Stars 1000以内排名整理"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgontovnik%2FDGActivityIndicatorView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgontovnik%2FDGActivityIndicatorView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgontovnik%2FDGActivityIndicatorView/lists"}