{"id":18269795,"url":"https://github.com/ArtFeel/AFViewShaker","last_synced_at":"2025-04-04T23:31:30.401Z","repository":{"id":12324066,"uuid":"14960968","full_name":"ArtFeel/AFViewShaker","owner":"ArtFeel","description":null,"archived":false,"fork":false,"pushed_at":"2017-11-18T18:40:41.000Z","size":280,"stargazers_count":1213,"open_issues_count":0,"forks_count":162,"subscribers_count":42,"default_branch":"master","last_synced_at":"2025-04-01T12:06:00.764Z","etag":null,"topics":["animation","objective-c","shake","uitextfield","uiview"],"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/ArtFeel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-05T17:37:21.000Z","updated_at":"2025-02-23T19:45:08.000Z","dependencies_parsed_at":"2022-09-04T13:51:07.148Z","dependency_job_id":null,"html_url":"https://github.com/ArtFeel/AFViewShaker","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtFeel%2FAFViewShaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtFeel%2FAFViewShaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtFeel%2FAFViewShaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtFeel%2FAFViewShaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArtFeel","download_url":"https://codeload.github.com/ArtFeel/AFViewShaker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247266476,"owners_count":20910831,"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":["animation","objective-c","shake","uitextfield","uiview"],"created_at":"2024-11-05T11:37:13.816Z","updated_at":"2025-04-04T23:31:28.602Z","avatar_url":"https://github.com/ArtFeel.png","language":"Objective-C","readme":"AFViewShaker\n=======\n[![CocoaPods](https://img.shields.io/cocoapods/v/AFViewShaker.svg)](http://cocoapods.org)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n[![license](https://img.shields.io/github/license/ArtFeel/AFViewShaker.svg)]()\n\n## About\nAFViewShaker is simple as a brick utility for UIView shake animation.\n\n![](example.gif)\n\n## Using\n##### Create shaker for one view\n```objective-c\nAFViewShaker * viewShaker = [[AFViewShaker alloc] initWithView:self.formView];\n```\n\n##### Create shaker for multiple views\n```objective-c\nNSArray * allFields = @[self.emailField, self.passwordField];\nAFViewShaker * viewShaker = [[AFViewShaker alloc] initWithViewsArray:allFields];\n```\n\n##### Shake with default parameters\n```objective-c\n[self.viewShaker shake];\n```\n\n##### Shake with additional parameters\n```objective-c\n[self.viewShaker shakeWithDuration:0.6 completion:^{\n    NSLog(@\"Hello World!\");\n}];\n```\n\n## Installation\n\n### Using CocoaPods\nAdd the following to your `Podfile` and run `$ pod install`\n```ruby\npod \"AFViewShaker\", \"~\u003e 0.0.5\"\n```\n\n### Using Carthage\nAdd the following to your `Cartfile` and run `$ carthage update`\n```ruby\ngithub \"ArtFeel/AFViewShaker\", ~\u003e 0.0.5\n```\n\n## For Xamarin users\nIf you are using [Xamarin.iOS](https://xamarin.com), check out [this](https://github.com/robert-waggott/Xamarin.ViewShaker) port by [Robert Waggott](https://github.com/robert-waggott).\n","funding_links":[],"categories":["uiview"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FArtFeel%2FAFViewShaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FArtFeel%2FAFViewShaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FArtFeel%2FAFViewShaker/lists"}