{"id":26917650,"url":"https://github.com/talebrafiepour/animatedclockview-ios","last_synced_at":"2025-10-10T09:05:57.870Z","repository":{"id":56902014,"uuid":"210299101","full_name":"TalebRafiepour/AnimatedClockView-iOS","owner":"TalebRafiepour","description":"Simple Clock View For Showing Waiting Of A Process.","archived":false,"fork":false,"pushed_at":"2019-09-23T09:03:12.000Z","size":170,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-22T04:29:43.431Z","etag":null,"topics":["acv","animate","animatedclockview","animatedclockview-ios","circular","clock","ios","progress","progressbar","progressview","swift","telegram","telegramwaitingclock","waiting"],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/TalebRafiepour.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":"2019-09-23T08:09:08.000Z","updated_at":"2019-09-23T09:07:34.000Z","dependencies_parsed_at":"2022-08-21T02:50:54.819Z","dependency_job_id":null,"html_url":"https://github.com/TalebRafiepour/AnimatedClockView-iOS","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/TalebRafiepour/AnimatedClockView-iOS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TalebRafiepour%2FAnimatedClockView-iOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TalebRafiepour%2FAnimatedClockView-iOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TalebRafiepour%2FAnimatedClockView-iOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TalebRafiepour%2FAnimatedClockView-iOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TalebRafiepour","download_url":"https://codeload.github.com/TalebRafiepour/AnimatedClockView-iOS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TalebRafiepour%2FAnimatedClockView-iOS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003389,"owners_count":26083579,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["acv","animate","animatedclockview","animatedclockview-ios","circular","clock","ios","progress","progressbar","progressview","swift","telegram","telegramwaitingclock","waiting"],"created_at":"2025-04-01T20:50:12.014Z","updated_at":"2025-10-10T09:05:57.850Z","avatar_url":"https://github.com/TalebRafiepour.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AnimatedClockView-iOS\nSimple Clock View For Showing Waiting Of A Process.\n\n\u003cimg src=\"https://github.com/TalebRafiepour/AnimatedClockView-iOS/blob/master/acv-iOS.gif\" width=\"300\"\u003e \n\n## Installation\n###  CocoaPods\nTo integrate AnimatedClockView into your Xcode project using CocoaPods, specify it in your `Podfile`:\n```ruby\nplatform :ios, '9.0'\nuse_frameworks!\n\ntarget 'YourProjectName' do\n  pod 'AnimatedClockView'\nend\n```\nAnd then remember to `import AnimatedClockView` module before using it.\n\n###  Manually\nYou could directly copy and add the folder `AnimatedClockView` which contains 'AnimatedClockView.swift' file to your project.   \n\n\n## Usage\nYou could use `AnimatedClockView` like you use `UIView`, create and layout it programmatically, or get everything done with Storyboard and XIB. Additionally, clone this [Demo](https://github.com/TalebRafiepour/AnimatedClockView-iOS) project to find out how easy it is working.\n### Programmatically\n```swift\n    //......\n    let animatedClockView = AnimatedClockView()\n    \n    override func viewDidLoad() {\n        super.viewDidLoad()\n        \n        self.animatedClockView.frame = CGRect(x: 50, y: 50, width: 200, height: 200)\n        self.view.addSubview(self.animatedClockView)\n        \n        self.animatedClockView.animate = true\n        self.animatedClockView.clockColor = UIColor.red\n        //or if you want to reset clock you can call resetClcok()\n        //self.animatedClockView.resetClock()\n        \n    }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftalebrafiepour%2Fanimatedclockview-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftalebrafiepour%2Fanimatedclockview-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftalebrafiepour%2Fanimatedclockview-ios/lists"}