{"id":2242,"url":"https://github.com/mehfuzh/MHRadialProgressView","last_synced_at":"2025-08-02T23:32:19.035Z","repository":{"id":15385769,"uuid":"18117344","full_name":"mehfuzh/MHRadialProgressView","owner":"mehfuzh","description":"iOS 7 radial animated progress view.","archived":false,"fork":false,"pushed_at":"2016-02-12T21:43:11.000Z","size":322,"stargazers_count":76,"open_issues_count":1,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-14T05:34:45.345Z","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/mehfuzh.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":"2014-03-25T21:33:31.000Z","updated_at":"2023-05-15T19:27:20.000Z","dependencies_parsed_at":"2022-08-04T04:30:25.390Z","dependency_job_id":null,"html_url":"https://github.com/mehfuzh/MHRadialProgressView","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehfuzh%2FMHRadialProgressView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehfuzh%2FMHRadialProgressView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehfuzh%2FMHRadialProgressView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehfuzh%2FMHRadialProgressView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mehfuzh","download_url":"https://codeload.github.com/mehfuzh/MHRadialProgressView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228503144,"owners_count":17930520,"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-01-05T20:16:08.633Z","updated_at":"2024-12-06T17:30:51.686Z","avatar_url":"https://github.com/mehfuzh.png","language":"Objective-C","funding_links":[],"categories":["UI"],"sub_categories":["Activity Indicator","Other free courses"],"readme":"MHRadialProgressView is an iOS drop-in class radial animated progress view.\n\n[![](https://raw.githubusercontent.com/mehfuzh/MHRadialProgressView/master/ScreenShots/demo.png)](https://raw.githubusercontent.com/mehfuzh/MHRadialProgressView/master/ScreenShots/demo.png)\n_(by placeit)_\n\n##Requirements\nMHRadialProgressView works on iOS 6 and above and is compatible with ARC projects. It depends on the following Apple frameworks:\n\n* Foundation.framework\n* UIKit.framework\n\n##Including MHRadialProgressView to your project\n\n### Source files\n\nYou can directly add the `MHRadialProgressView.h` and `MHRadialProgressView.m` source files to your project.\n\n1. Download the latest zip from github or clone the source in your desired directory.\n2. Open your project in Xcode, then drag and drop `MHRadialProgressView.h` and `MHRadialProgressView.m` onto your project (use the \"Product Navigator view\"). Make sure to select Copy items when asked if you extracted the code archive outside of your project. \n3. Include MHRadialProgressView with `#import \"MHRadialProgressView.h\"`.\n\n\n### Cocoapods\n[CocoaPods](http://cocoapods.org) is the recommended way to add MHRadialProgressView to your project.\n\n1. Add a pod entry for MHRadialProgressView to your Podfile `pod 'MHRadialProgressView', '~\u003e 0.2'`\n2. Install the pod(s) by running `pod install`.\n3. Include MHTextField with `#import \"MHRadialProgressView.h\"`\n\n\n## Usage \n1. Initialize the view with steps that define a particular operation complete.\n\n\t\tself.progressView = [[MHRadialProgressView alloc] \tinitWithFrame:CGRectMake(0, 0, 150, 150) points:@[@5, @10, @2, @9]];\n\n2. Add it as subview:\n\n\t\t[self.view addSubview:self.progressView];\n\n3. Make progress by calling the following method:\n\n\t\t[self.progressView moveNext];\n\nBy default, the progress view displays % value. However you can override the style by calling the following method:\n\n\t// Default is MHProgressStylePercentage. Sets the progress style\n\t- (void)setProgressStyle:(MHProgressStyle)style;\n\nIt is also possible to format the label that displays the progress value using the folloiwng method:\n\n\t- (void)setLabelWithFormat:(NSString*)format;\n\nFor unordered progres (often by steps associated wtih user action), you can increase the progress by value:\n\n\t- (void) moveNext:(NSNumber*)value;\n\n## License\n\nThis code is distributed under the terms and conditions of the [MIT license](LICENSE). ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehfuzh%2FMHRadialProgressView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehfuzh%2FMHRadialProgressView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehfuzh%2FMHRadialProgressView/lists"}