{"id":15038247,"url":"https://github.com/iamshezad/shprogressview","last_synced_at":"2026-03-16T16:34:08.405Z","repository":{"id":202019474,"uuid":"163732273","full_name":"iamshezad/SHProgressView","owner":"iamshezad","description":"SHProgressView is an animated progress view for iOS written in swift.","archived":false,"fork":false,"pushed_at":"2019-01-01T12:03:23.000Z","size":336,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T13:14:02.858Z","etag":null,"topics":["progress-circle","progress-view","swift-4","uitableview"],"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/iamshezad.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,"governance":null}},"created_at":"2019-01-01T11:38:17.000Z","updated_at":"2024-07-10T04:02:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"64e94f51-c3b0-4d1e-ae10-12c2d0285592","html_url":"https://github.com/iamshezad/SHProgressView","commit_stats":null,"previous_names":["iamshezad/shprogressview"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamshezad%2FSHProgressView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamshezad%2FSHProgressView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamshezad%2FSHProgressView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamshezad%2FSHProgressView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamshezad","download_url":"https://codeload.github.com/iamshezad/SHProgressView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243410446,"owners_count":20286396,"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":["progress-circle","progress-view","swift-4","uitableview"],"created_at":"2024-09-24T20:37:41.521Z","updated_at":"2025-12-29T16:11:38.007Z","avatar_url":"https://github.com/iamshezad.png","language":"Swift","readme":"# SHProgressView\nSHProgressView is an animated progress view for iOS written in swift.\n\nA sample project demonstrates the usage of SHProgressView Class to implement progress view easily.\n\n[![Swift 4.0](https://img.shields.io/badge/Swift-4-orange.svg?style=flat)](https://developer.apple.com/swift/)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)\n[![Platform](https://img.shields.io/badge/platform-ios-blue.svg?style=flat)]()\n\n\u003cimg src=\"/Screenshots/SHProgressView.png\" /\u003e \n\n## Installation\nJust drag and drop the SHProgressView folder to your project.\n#### Cocoapods - updating soon\n\n## Usage\n\n1. Just drag and drop an Table View in storyboard and set Table View class to SHSelections and set an outlet.\n\n\u003cimg src=\"/Screenshots/SS1.png\" /\u003e \n \n2. How to configure:\n#### Example Code\n```swift \n    @IBOutlet weak var progressTV: SHProgressView!\n```\n- Customise Progress view : \n\n-- Progress cirle active \u0026 inactive color\n```swift \nprogressTV.cricleActiveColor = UIColor(red: 0.0/255.0, green: 204.0/255.0, blue: 201.0/255.0, alpha: 1.0)\nprogressTV.cricleInactiveColor = UIColor.gray\n```\n-- Progress line active \u0026 inactive color\n```swift \nprogressTV.lineActiveColor = UIColor(red: 0.0/255.0, green: 204.0/255.0, blue: 201.0/255.0, alpha: 1.0)\nprogressTV.lineInactiveColor = UIColor.gray  \n```\n\n-- Text active \u0026 inactive color\n```swift \nprogressTV.textActiveColor = UIColor.darkGray\nprogressTV.textInactiveColor = UIColor.gray        \n```\n- Set data to progress view : \n\n```swift \nprogressTV.items = [\"Set list of items here\"] //An array of string\n```\n\n- Animating progress view : \n\n-- For animating to next Cell\n```swift \n progressTV.next()\n```\n\n-- For animating to previous Cell\n```swift \n progressTV.previous()\n```\n\n#### Note: Set data to progress view after customising\n\n## Requirements\n\n* iOS 10.0+\n\n## Example\n\nDownload the Sample project.\n\n## Contact\n\nMail me @: shezadahamed95@gmail.com\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamshezad%2Fshprogressview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamshezad%2Fshprogressview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamshezad%2Fshprogressview/lists"}