{"id":15037413,"url":"https://github.com/kamirana4/mkprogress","last_synced_at":"2025-10-09T08:38:45.968Z","repository":{"id":52838089,"uuid":"87009981","full_name":"kamirana4/MKProgress","owner":"kamirana4","description":"Simple Swift Progress HUD ","archived":false,"fork":false,"pushed_at":"2022-09-22T22:52:40.000Z","size":1209,"stargazers_count":145,"open_issues_count":5,"forks_count":20,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T18:09:13.006Z","etag":null,"topics":["hud","ios-swift","pods","progress-bar","progress-hud","swift","swift3","swift4"],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/kamirana4.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":"2017-04-02T19:23:22.000Z","updated_at":"2025-01-13T21:20:36.000Z","dependencies_parsed_at":"2022-08-19T18:21:09.181Z","dependency_job_id":null,"html_url":"https://github.com/kamirana4/MKProgress","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamirana4%2FMKProgress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamirana4%2FMKProgress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamirana4%2FMKProgress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamirana4%2FMKProgress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kamirana4","download_url":"https://codeload.github.com/kamirana4/MKProgress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252931555,"owners_count":21827112,"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":["hud","ios-swift","pods","progress-bar","progress-hud","swift","swift3","swift4"],"created_at":"2024-09-24T20:34:34.701Z","updated_at":"2025-10-09T08:38:40.949Z","avatar_url":"https://github.com/kamirana4.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MKProgress\nAn iOS Simple Swift Progress HUD \n\n![image](https://github.com/kamirana4/MKProgress/blob/master/Images/6.gif)\n![image](https://github.com/kamirana4/MKProgress/blob/master/Images/5.gif)\n![image](https://github.com/kamirana4/MKProgress/blob/master/Images/2.gif)\n![image](https://github.com/kamirana4/MKProgress/blob/master/Images/4.gif)\n![image](https://github.com/kamirana4/MKProgress/blob/master/Images/1.gif)\n\n## Requirements\n\n- iOS 9.0+\n- Swift 3.0+\n- Xcode 8.0+\n\n## Installation\n\nMKProgress is only available via [CocoaPods](http://cocoapods.org):\n\n```ruby\npod 'MKProgress', '~\u003e 1.2.0'\n```\nIf you want to use the latest features of MKProgress use normal external source dependencies.\n\n```ruby\npod 'MKProgress', :git =\u003e 'https://github.com/kamirana4/MKProgress.git'\n```\n\nThis will pull the latest master branch everytime you do 'pod install'\n\n## For Xcode 9.4.1 or Swift \u003c 4.2\n\n```ruby\n  pod 'MKProgress', '1.0.7'\n```\n\n## Usage\n\nThe included sample code shows how to use the Progress HUD. \n\n\nImport MKProgress:\n```swift\nimport MKProgress\n```\n\nShow the Progress HUD:\n```swift\nMKProgress.show()\n```\n\nShow the Progress HUD with delay:\n```swift\nMKProgress.show(after: 0.1, animated: true)\n```\n\nHide the Progress HUD:\n```swift\n\nMKProgress.hide()\n```\n\n## Customization\n\nMKProgress can be customized via the following configurations:\n\n```swift\n\nMKProgress.config.hudType = .radial\nMKProgress.config.width = 64.0\nMKProgress.config.height = 64.0\nMKProgress.config.hudColor = .white\nMKProgress.config.backgroundColor = UIColor(white: 0, alpha: 0.55)\nMKProgress.config.cornerRadius = 16.0\nMKProgress.config.fadeInAnimationDuration = 0.2\nMKProgress.config.fadeOutAnimationDuration = 0.25\nMKProgress.config.hudYOffset = 15\n\nMKProgress.config.circleRadius = 40.0\nMKProgress.config.circleBorderWidth = 1.0\nMKProgress.config.circleBorderColor = .darkGray\nMKProgress.config.circleAnimationDuration = 0.9\nMKProgress.config.circleArcPercentage = 0.85\nMKProgress.config.logoImage: UIImage?  = nil\nMKProgress.config.logoImageSize = CGSize(width: 40, height: 40)\n\nMKProgress.config.activityIndicatorStyle = .whiteLarge\nMKProgress.config.activityIndicatorColor = .black\nMKProgress.config.preferredStatusBarStyle = .lightContent\nMKProgress.config.prefersStatusBarHidden = false\n\n```\n\n## License\n\nMKProgress is released under the MIT license. See LICENSE for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamirana4%2Fmkprogress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkamirana4%2Fmkprogress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamirana4%2Fmkprogress/lists"}