{"id":2278,"url":"https://github.com/nikola9core/DottedProgressBar","last_synced_at":"2025-08-02T23:32:43.210Z","repository":{"id":56933811,"uuid":"88433455","full_name":"nikola9core/DottedProgressBar","owner":"nikola9core","description":"Simple and powerful animated progress bar with dots","archived":true,"fork":false,"pushed_at":"2019-11-02T16:21:40.000Z","size":182,"stargazers_count":43,"open_issues_count":3,"forks_count":16,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-29T11:17:21.089Z","etag":null,"topics":["animation","ios","progress","progress-bar","swift","swift-3","swift-animation","uiview-components"],"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/nikola9core.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-16T18:13:18.000Z","updated_at":"2023-03-01T05:58:58.000Z","dependencies_parsed_at":"2022-08-21T05:20:43.759Z","dependency_job_id":null,"html_url":"https://github.com/nikola9core/DottedProgressBar","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/nikola9core%2FDottedProgressBar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikola9core%2FDottedProgressBar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikola9core%2FDottedProgressBar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikola9core%2FDottedProgressBar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikola9core","download_url":"https://codeload.github.com/nikola9core/DottedProgressBar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228503160,"owners_count":17930524,"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":["animation","ios","progress","progress-bar","swift","swift-3","swift-animation","uiview-components"],"created_at":"2024-01-05T20:16:09.647Z","updated_at":"2024-12-06T17:30:56.165Z","avatar_url":"https://github.com/nikola9core.png","language":"Swift","funding_links":[],"categories":["UI"],"sub_categories":["Activity Indicator","Other free courses"],"readme":"![alt tag](https://s24.postimg.org/ok064585x/dotted-progress-title.png)\n\n[![CI Status](http://img.shields.io/travis/nikola9core/DottedProgressBar.svg?style=flat)](https://travis-ci.org/nikola9core/DottedProgressBar)\n[![Version](https://img.shields.io/cocoapods/v/DottedProgressBar.svg?style=flat)](http://cocoapods.org/pods/DottedProgressBar)\n[![License](https://img.shields.io/cocoapods/l/DottedProgressBar.svg?style=flat)](http://cocoapods.org/pods/DottedProgressBar)\n[![Platform](https://img.shields.io/cocoapods/p/DottedProgressBar.svg?style=flat)](http://cocoapods.org/pods/DottedProgressBar)\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n![alt tag](https://gifyu.com/images/dotted-progress-bar-ezgif-480.gif)\n\n## Requirements\n* iOS 8.0+\n* Swift 3.0+\n\n## Installation\n\nDottedProgressBar is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"DottedProgressBar\"\n```\n## Easy to use\nImport library\n```swift\nimport DottedProgressBar\n```\n\nInitialize `DottedProgressBar` in one line of code\n```swift\nlet progressBar = DottedProgressBar(frame: CGRect(x: 50, y: 50, width: 200, height: 20),\n                                    numberOfDots: 6,\n                                    initialProgress: 1)\nview.addSubview(progressBar)\n```\n\n## Custom appearance\n```swift\nlet progressBar = DottedProgressBar()\nprogressBar.appearance = DottedProgressBar.DottedProgressAppearance(\n    dotRadius: 8.0,\n    dotsColor: UIColor.orange.withAlphaComponent(0.5),\n    dotsProgressColor: UIColor.red,\n    backColor: UIColor.clear\n)\nview.addSubview(progressBar)\nprogressBar.frame = CGRect(x: 50, y: 50, width: 200, height: 20)\n\nprogressBar.setNumberOfDots(6, animated: false)\nprogressBar.setProgress(1, animated: false)\n```\n\n## Animations\nAnimations can be called repeatedly because they have theirs own queue. Each animation will wait previous to finish and then will be executed.\n```swift\nself.setProgress(4, animated: true)\nself.setNumberOfDots(8, animated: true)\n```\n\n## Customize animations\n\nCustomize duration of animations and pause between consecutive animations\n```swift\nprogressBar.dotsNumberChangeAnimationDuration = 0.6\nprogressBar.progressChangeAnimationDuration = 0.7\nprogressBar.pauseBetweenConsecutiveAnimations = 1.0\n```\n\n## License\n\nDottedProgressBar is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikola9core%2FDottedProgressBar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikola9core%2FDottedProgressBar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikola9core%2FDottedProgressBar/lists"}