{"id":1450,"url":"https://github.com/hanton/YXTMotionView","last_synced_at":"2025-08-02T04:31:29.529Z","repository":{"id":34309582,"uuid":"38226440","full_name":"hanton/YXTMotionView","owner":"hanton","description":"A custom image view that implements device motion scrolling","archived":false,"fork":false,"pushed_at":"2015-07-16T11:41:01.000Z","size":8952,"stargazers_count":78,"open_issues_count":0,"forks_count":14,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-28T12:37:30.628Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/hanton/YXTMotionView","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/hanton.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}},"created_at":"2015-06-29T03:46:33.000Z","updated_at":"2023-01-31T20:42:49.000Z","dependencies_parsed_at":"2022-09-22T03:50:20.991Z","dependency_job_id":null,"html_url":"https://github.com/hanton/YXTMotionView","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanton%2FYXTMotionView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanton%2FYXTMotionView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanton%2FYXTMotionView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanton%2FYXTMotionView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hanton","download_url":"https://codeload.github.com/hanton/YXTMotionView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228438934,"owners_count":17920017,"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":[],"created_at":"2024-01-05T20:15:46.732Z","updated_at":"2024-12-06T08:31:06.941Z","avatar_url":"https://github.com/hanton.png","language":"Objective-C","funding_links":[],"categories":["Media","UI"],"sub_categories":["Image","Other free courses"],"readme":"# YXTMotionView\n## A custom image view that implements device motion scrolling\n\nInstallation\n-----\n\n**CocoaPods**\n\n* Add the dependency to your Podfile:\n```ruby\nplatform :ios\npod 'YXTMotionView'\n...\n```\n\n* Run `pod install` to install the dependencies.\n\n**Source files**\n\nJust clone this repository or download it in zip-file. Then you will find source files under **YXTMotionView** directory. Copy them to your project.\n\nUsage\n-----\n* Import the header file to your view controller:\n```objc\n#import \"YXTMotionView.h\"\n```\n```objc\nYXTMotionView *motionView = [[CRMotionView alloc] initWithFrame:self.view.bounds];\n[motionView setImage:[UIImage imageNamed:@\"Image\"]];\n[self.view addSubview:motionView];\n```\n\nScreenshot\n----------\n\n![screenshot](https://github.com/hanton/YXTMotionView/blob/master/screenshot/YXTMotionView.gif)\n\nRequirements\n----------\n* iOS 7.0+ \n* ARC\n* Core Motion\n\nContributing\n----------\nAnyone who would like to contribute to the project is more than welcome.\n\n* Fork this repo\n* Make your changes\n* Submit pull request\n\n## License\nYXTMotionView is released under the MIT license. \n\n## Based on\nCRMotionView\n\nContact\n----------\nHanton Yang (hanton.yang@gmail.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanton%2FYXTMotionView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhanton%2FYXTMotionView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanton%2FYXTMotionView/lists"}