{"id":29799672,"url":"https://github.com/xiaohange/jqstickersview","last_synced_at":"2025-07-28T08:10:49.019Z","repository":{"id":295260772,"uuid":"94495819","full_name":"xiaohange/JQStickersView","owner":"xiaohange","description":"JQStickersView: 仿摩拜单车我的贴纸,摩拜单车贴纸弹跳效果, 自定义摩拜单车贴纸效果, iOS开发者交流群: 446310206","archived":false,"fork":false,"pushed_at":"2017-06-16T02:49:51.000Z","size":1248,"stargazers_count":15,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-24T15:03:28.392Z","etag":null,"topics":["bicycle","gyro","mobai","objective-c","stickers","ticker-data"],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","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/xiaohange.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-06-16T02:10:52.000Z","updated_at":"2021-10-26T09:02:09.000Z","dependencies_parsed_at":"2025-05-24T15:03:34.034Z","dependency_job_id":"a61ada03-b3f8-468a-8405-59fd374f1731","html_url":"https://github.com/xiaohange/JQStickersView","commit_stats":null,"previous_names":["xiaohange/jqstickersview"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xiaohange/JQStickersView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaohange%2FJQStickersView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaohange%2FJQStickersView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaohange%2FJQStickersView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaohange%2FJQStickersView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xiaohange","download_url":"https://codeload.github.com/xiaohange/JQStickersView/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaohange%2FJQStickersView/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267482004,"owners_count":24094508,"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-07-28T02:00:09.689Z","response_time":68,"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":["bicycle","gyro","mobai","objective-c","stickers","ticker-data"],"created_at":"2025-07-28T08:10:24.107Z","updated_at":"2025-07-28T08:10:49.005Z","avatar_url":"https://github.com/xiaohange.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JQStickersView\n前言\n===\nJQStickersView: 仿摩拜单车我的贴纸,摩拜单车贴纸弹跳效果, 自定义摩拜单车贴纸效果, iOS开发者交流群: 446310206\n\n![](https://github.com/xiaohange/JQStickersView/blob/master/v1.gif?raw=true)\n\n## Installation\n\n Drag all source files under floder `JQStickersView` to your project.\n\n## Usage\n\n```\n/**\n Initialization JQStickersView\n\n @param frame frame description\n @param ballDiameter ballDiameter description\n @param imgArray imgArray description\n @return return value description\n */\n- (instancetype)initWithFrame:(CGRect)frame andBallDiameter:(CGFloat)ballDiameter andImgArray:(NSMutableArray *)imgArray;\n\n\n// Stop DeviceMotionUpdate\n- (void)stopDeviceMotionUpdate;\n```\n\n```\n#import \"JQStickersView.h\"\n// imageArray\n NSMutableArray *imgArray = [NSMutableArray arrayWithArray:@[@\"testImage_1\",@\"testImage_2\",@\"testImage_3\",@\"testImage_4\",@\"testImage_5\",@\"testImage_6\",@\"testImage_7\",@\"testImage_8\",@\"testImage_1\",@\"testImage_2\",@\"testImage_3\",@\"testImage_4\"]];\n    \n    JQStickersView *jqStickersView = [[JQStickersView alloc]initWithFrame:CGRectMake(0, 80, [UIScreen mainScreen].bounds.size.width, 200) andBallDiameter:40 andImgArray:imgArray];\n    jqStickersView.backgroundColor = [UIColor cyanColor];\n    [self.view addSubview:jqStickersView];\n    \n//    [jqStickersView stopDeviceMotionUpdate];\n```\n\n## Star\n\n[CSDN博客](http://blog.csdn.net/qq_31810357) iOS开发者交流群: 446310206\n\nLove is every every every star! Your support is my renewed motivation!\n\n\n## License\n\nThis code is distributed under the terms and conditions of the [MIT license](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaohange%2Fjqstickersview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxiaohange%2Fjqstickersview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaohange%2Fjqstickersview/lists"}