{"id":2247,"url":"https://github.com/Marxon13/M13ProgressSuite","last_synced_at":"2025-08-02T23:33:15.661Z","repository":{"id":12728557,"uuid":"15401421","full_name":"Marxon13/M13ProgressSuite","owner":"Marxon13","description":"A suite containing many tools to display progress information on iOS.","archived":false,"fork":false,"pushed_at":"2022-03-05T18:27:43.000Z","size":26162,"stargazers_count":3926,"open_issues_count":49,"forks_count":528,"subscribers_count":111,"default_branch":"master","last_synced_at":"2024-10-29T21:01:51.935Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Marxon13.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":"2013-12-23T18:05:36.000Z","updated_at":"2024-10-17T02:34:37.000Z","dependencies_parsed_at":"2022-09-23T09:44:06.612Z","dependency_job_id":null,"html_url":"https://github.com/Marxon13/M13ProgressSuite","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marxon13%2FM13ProgressSuite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marxon13%2FM13ProgressSuite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marxon13%2FM13ProgressSuite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marxon13%2FM13ProgressSuite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Marxon13","download_url":"https://codeload.github.com/Marxon13/M13ProgressSuite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222121843,"owners_count":16934973,"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.771Z","updated_at":"2024-12-06T17:31:01.914Z","avatar_url":"https://github.com/Marxon13.png","language":"Objective-C","funding_links":[],"categories":["UI","Progress","Objective-C","etc","iOS","ALL"],"sub_categories":["Activity Indicator","Other free courses","界面控件"],"readme":"\u003cimg src=\"https://raw.github.com/Marxon13/M13ProgressSuite/master/ReadmeResources/M13ProgressSuiteBanner.png\"\u003e\nM13ProgressSuite\n================\n\nA set of classes used to display progress information to users on iOS.\n\nIncludes:\n---------\n* A interchangeable set of progress view of diffrent styles. All the progress views are based on the same superclass, allowing any of them to be switched with any other easily.\n* A progress bar for UINavigationBar that works like Apple's Messages app. It also has the added feature of having an indeterminate style.\n* A HUD overlay that works over any UIView. Uses the M13ProgressView class to allow easy customizablility of the progress view.\n* A progress view that is styled like terminal.\n* Complete documentation of each class.\n\nUINavigationController (M13ProgressViewBar)\n---------------------\nAdds a progress bar to the UINavigationController's UINavigationBar. The progress bar is controlled through the UINavigationController. \n\n\u003cimg src=\"https://raw.github.com/Marxon13/M13ProgressSuite/master/ReadmeResources/UINavigationBar.gif\"\u003e\n\n\u003cimg src=\"https://raw.github.com/Marxon13/M13ProgressSuite/master/ReadmeResources/UINavigationBarIndeterminate.gif\"\u003e\n\n\nM13ProgressHUD\n---------------\nA customizable HUD that displays progress, and status information to the user. It uses the M13ProgressView class to allow easy changing of the progress view style.\n\n\u003cimg src=\"https://raw.github.com/Marxon13/M13ProgressSuite/master/ReadmeResources/HUDBasic.gif\"\u003e\n\n\nM13ProgressConsole\n------------------\nA progress view styled like Terminal on OS X.\n\n\u003cimg src=\"https://raw.github.com/Marxon13/M13ProgressSuite/master/ReadmeResources/ConsolePercent.gif\"\u003e\n\n\u003cimg src=\"https://raw.github.com/Marxon13/M13ProgressSuite/master/ReadmeResources/ConsoleDots.gif\"\u003e\n\n\u003cimg src=\"https://raw.github.com/Marxon13/M13ProgressSuite/master/ReadmeResources/ConsoleDotsRaise.gif\"\u003e\n\nM13ProgressViews\n----------------\nA set of progess view based off of the same superclass. Allowing easy switching between progress view. Each progress view has success and failure actions, an indeterminate mode, and appearance customization features.\n\n***Bar***\n\n\u003cimg src=\"https://raw.github.com/Marxon13/M13ProgressSuite/master/ReadmeResources/Bar.gif\"\u003e\n\n\u003cimg src=\"https://raw.github.com/Marxon13/M13ProgressSuite/master/ReadmeResources/BarIndeterminate.gif\"\u003e\n\n***Bordered Bar***\n\n\u003cimg src=\"https://raw.github.com/Marxon13/M13ProgressSuite/master/ReadmeResources/BorderedBar.gif\"\u003e\n\n\u003cimg src=\"https://raw.github.com/Marxon13/M13ProgressSuite/master/ReadmeResources/BorderedIndeterminate.gif\"\u003e\n\n***Filtered Image***\n\n\u003cimg src=\"https://raw.github.com/Marxon13/M13ProgressSuite/master/ReadmeResources/FilteredImage.gif\"\u003e\n\n***Image***\n\n\u003cimg src=\"https://raw.github.com/Marxon13/M13ProgressSuite/master/ReadmeResources/Image.gif\"\u003e\n\n\u003cimg src=\"https://raw.github.com/Marxon13/M13ProgressSuite/master/ReadmeResources/ImageHidden.gif\"\u003e\n\n***Pie***\n\n\u003cimg src=\"https://raw.github.com/Marxon13/M13ProgressSuite/master/ReadmeResources/Pie.gif\"\u003e\n\n\u003cimg src=\"https://raw.github.com/Marxon13/M13ProgressSuite/master/ReadmeResources/PieIndeterminate.gif\"\u003e\n\n***Ring***\n\n\u003cimg src=\"https://raw.github.com/Marxon13/M13ProgressSuite/master/ReadmeResources/Ring.gif\"\u003e\n\n\u003cimg src=\"https://raw.github.com/Marxon13/M13ProgressSuite/master/ReadmeResources/RingIndeterminate.gif\"\u003e\n\n**Segmented Bar***\n\n\u003cimg src=\"https://raw.github.com/Marxon13/M13ProgressSuite/master/ReadmeResources/SegmentedBar.gif\"\u003e\n\n\u003cimg src=\"https://raw.github.com/Marxon13/M13ProgressSuite/master/ReadmeResources/SegmentedBarIndeterminate.gif\"\u003e\n\n***Segmented Ring***\n\n\u003cimg src=\"https://raw.github.com/Marxon13/M13ProgressSuite/master/ReadmeResources/SegmentedRing.gif\"\u003e\n\n\u003cimg src=\"https://raw.github.com/Marxon13/M13ProgressSuite/master/ReadmeResources/SegmentedRingStraight.gif\"\u003e\n\n\u003cimg src=\"https://raw.github.com/Marxon13/M13ProgressSuite/master/ReadmeResources/SegmentedRingIndeterminate.gif\"\u003e\n\n***Striped Bar***\n\n\u003cimg src=\"https://raw.github.com/Marxon13/M13ProgressSuite/master/ReadmeResources/Striped.gif\"\u003e\n\n\u003cimg src=\"https://raw.github.com/Marxon13/M13ProgressSuite/master/ReadmeResources/StripedIndeterminate.gif\"\u003e\n\nProgress View Usage:\n--------------------\n\nAll progress bars follow the same general usage:\n\n```\n// Create the progress view.\nM13ProgressViewBar *progressView = [[M13ProgressViewBar alloc] initWithFrame:CGRectMake(0.0, 0.0, 50.0, 5.0)];\n\n// Configure the progress view here.\n\n// Add it to the view.\n[self.view addSubview: progressView];\n\n// Update the progress as needed\n[progressView setProgress: 0.1 animated: YES];\n\n```\n\nHUD Usage:\n----------\n\n```\n// Create the HUD\nM13ProgressHUD *HUD = [[M13ProgressHUD alloc] initWithProgressView:[[M13ProgressViewRing alloc] init]];\n\n// Configure the progress view\nHUD.progressViewSize = CGSizeMake(60.0, 60.0);\nHUD.animationPoint = CGPointMake([UIScreen mainScreen].bounds.size.width / 2, [UIScreen mainScreen].bounds.size.height / 2);\n\n// Add the HUD to the window. (Or any UIView)\nUIWindow *window = ((AppDelegate *)[UIApplication sharedApplication].delegate).window;\n[window addSubview:HUD];\n\n// Show the HUD\n[HUD show:YES];\n\n//Update the HUD progress\n[HUD setProgress:0.5 animated:YES];\n\n// Update the HUD status\nHUD.status = @\"Processing\";\n\n// Hide the HUD\n[HUD show:NO];\n\n```\n\nContact Me:\n-------------\nIf you have any questions comments or suggestions, send me a message. If you find a bug, or want to submit a pull request, let me know.\n\nLicense:\n--------\nMIT License\n\n\u003e Copyright (c) 2013 Brandon McQuilkin\n\u003e \n\u003e Permission is hereby granted, free of charge, to any person obtaining \n\u003ea copy of this software and associated documentation files (the  \n\u003e\"Software\"), to deal in the Software without restriction, including \n\u003ewithout limitation the rights to use, copy, modify, merge, publish, \n\u003edistribute, sublicense, and/or sell copies of the Software, and to \n\u003epermit persons to whom the Software is furnished to do so, subject to  \n\u003ethe following conditions:\n\u003e \n\u003e The above copyright notice and this permission notice shall be \n\u003eincluded in all copies or substantial portions of the Software.\n\u003e \n\u003e THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, \n\u003eEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF \n\u003eMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. \n\u003eIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY \n\u003eCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, \n\u003eTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE \n\u003eSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMarxon13%2FM13ProgressSuite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMarxon13%2FM13ProgressSuite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMarxon13%2FM13ProgressSuite/lists"}