{"id":21389362,"url":"https://github.com/isaced/jinground","last_synced_at":"2025-10-06T03:11:26.661Z","repository":{"id":70075626,"uuid":"10530855","full_name":"isaced/JingRound","owner":"isaced","description":"A music playback view similar to jing.fm, supporting rotation and customizable parameters. 仿jing.fm的音乐播放视图，支持旋转和自定义参数。","archived":false,"fork":false,"pushed_at":"2017-04-22T05:24:38.000Z","size":1419,"stargazers_count":104,"open_issues_count":0,"forks_count":30,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-10-06T03:06:51.261Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","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/isaced.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-06-06T16:16:06.000Z","updated_at":"2025-06-21T04:22:40.000Z","dependencies_parsed_at":"2023-02-28T08:00:55.127Z","dependency_job_id":null,"html_url":"https://github.com/isaced/JingRound","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/isaced/JingRound","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaced%2FJingRound","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaced%2FJingRound/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaced%2FJingRound/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaced%2FJingRound/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isaced","download_url":"https://codeload.github.com/isaced/JingRound/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaced%2FJingRound/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278551814,"owners_count":26005452,"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-06T02:00:05.630Z","response_time":65,"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":[],"created_at":"2024-11-22T12:26:06.428Z","updated_at":"2025-10-06T03:11:26.655Z","avatar_url":"https://github.com/isaced.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"JingRound\n=========\n\n赶时髦用Swift也写了一遍：[JingRound-Swift-Branch](https://github.com/isaced/JingRound/tree/swift)\n\nrewritten from Objective-C to Swift...\n\n仿jing.fm的音乐播放视图，支持旋转和自定义参数。\n\n\nImitation jing.fm music playing view, support rotation and custom parameters.\n\n![image](https://raw.github.com/isaced/JingRound/master/Screenshot.png)\n\n### 使用说明 (Usage)：\n\n可以在Storybord、Xib直接拖个View然后更改其类为`JingRoundView`，设置基本属性即可:\n\nYou can Drag and Drop a UIView in Storybord or Xib,and then change its class `JingRoundView`, set the basic parameter:\n\n```\n//设置代理，获取回调事件\nself.roundView.delegate = self;\n//设置中间的图像\nself.roundView.roundImage = [UIImage imageNamed:@\"girl\"]; \n//设置转圈的速度\nself.roundView.rotationSpeed = 3.0;\n```\n\n暂停与继续 (resume and pause):\n\n```\n[self.roundView resume];\n[self.roundView pause];\n```\n\n当点击中间圆盘的时候会触发暂停、播放事件，当然有一个协议：`JingRoundViewDelegate`：\n\nWhen you touch in the middle of the disc when it will trigger the pause, play events, of course, there is a delegate `JingRoundViewDelegate`:\n\n```\n-(void)playStatuUpdate:(BOOL)playState\n{\n    NSLog(@\"%@...\", playState ? @\"播放\": @\"暂停了\");\n}\n```\n使用的时候需要引入一下这两个库：\n\nOf course, you need to import two framework:\n\n```\n#import \u003cQuartzCore/QuartzCore.h\u003e\n#import \u003cCoreGraphics/CoreGraphics.h\u003e\n```\n\n### 欢迎反馈 (Welcomes feedback)：\n\n作者博客发布页面(Author)：[http://www.isaced.com/post-210.html](http://www.isaced.com/post-210.html) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisaced%2Fjinground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisaced%2Fjinground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisaced%2Fjinground/lists"}