{"id":2256,"url":"https://github.com/ykyouhei/KYNavigationProgress","last_synced_at":"2025-08-02T23:32:25.842Z","repository":{"id":56917755,"uuid":"48750306","full_name":"ykyouhei/KYNavigationProgress","owner":"ykyouhei","description":"Simple extension of UINavigationController to display progress on the UINavigationBar.","archived":false,"fork":false,"pushed_at":"2018-01-17T20:40:19.000Z","size":32,"stargazers_count":245,"open_issues_count":2,"forks_count":15,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-11-05T01:06:23.782Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/ykyouhei.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-12-29T14:08:14.000Z","updated_at":"2023-06-07T13:42:09.000Z","dependencies_parsed_at":"2022-08-21T04:50:48.384Z","dependency_job_id":null,"html_url":"https://github.com/ykyouhei/KYNavigationProgress","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ykyouhei%2FKYNavigationProgress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ykyouhei%2FKYNavigationProgress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ykyouhei%2FKYNavigationProgress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ykyouhei%2FKYNavigationProgress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ykyouhei","download_url":"https://codeload.github.com/ykyouhei/KYNavigationProgress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228503151,"owners_count":17930521,"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:09.039Z","updated_at":"2024-12-06T17:30:52.982Z","avatar_url":"https://github.com/ykyouhei.png","language":"Swift","funding_links":[],"categories":["UI"],"sub_categories":["Activity Indicator","Other free courses"],"readme":"# KYNavigationProgress\n\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n[![Pod Version](http://img.shields.io/cocoapods/v/KYNavigationProgress.svg?style=flat)](http://cocoadocs.org/docsets/KYNavigationProgress/)\n[![Pod Platform](http://img.shields.io/cocoapods/p/KYNavigationProgress.svg?style=flat)](http://cocoadocs.org/docsets/KYNavigationProgress/)\n[![Pod License](http://img.shields.io/cocoapods/l/KYNavigationProgress.svg?style=flat)](https://github.com/ykyohei/KYNavigationProgress/blob/master/LICENSE)\n![Swift version](https://img.shields.io/badge/swift-4.0-orange.svg)\n\n`KYNavigationProgress` is simple extension of UINavigationController to display progress on the UINavigationBar.\n\n\n![image.png](https://cloud.githubusercontent.com/assets/5757351/12037003/690bc894-ae8e-11e5-8c2f-864aef9a7cb4.gif \"image.png\")\n\n\n## Installation\n\n### CocoaPods\n\n`KYNavigationProgress` is available on CocoaPods.\nAdd the following to your `Podfile`:\n\n```ruby\nuse_frameworks!\npod 'KYNavigationProgress'\n```\n\n### Carthage\n`KYNavigationProgress` is available through [Carthage](https://github.com/Carthage/Carthage). To install it, simply add the following line to your Cartfile:\n\n```ruby\ngithub \"ykyouhei/KYNavigationProgress\"\n```\n\n\n## Usage\n\n### Progress\n```Swift\nimport KYNavigationProgress\n\n// get and set progress.\nself.navigationController?.progress = 0.5\n\n// set progress with animation.\nself.navigationController?.setProgress(0.1, animated: true)\n\n// finish progress.\nself.navigationController?.finishProgress()\n\n// cancel progress.\nself.navigationController?.cancelProgress()\n```\n\n### Custom\n```Swift\n// default is UIColor(red: 0.0, green: 122/255, blue: 1.0, alpha: 1.0)\nself.navigationController?.progressTintColor\n\n// default is UIColor.clearColor()\nself.navigationController?.trackTintColor\n\n// default is 2.0\nself.navigationController?.progressHeight\n```\n\n## License\n\nThis code is distributed under the terms and conditions of the [MIT license](LICENSE). \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fykyouhei%2FKYNavigationProgress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fykyouhei%2FKYNavigationProgress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fykyouhei%2FKYNavigationProgress/lists"}