AFViewShaker
No description available
Install / Use
/learn @ArtFeel/AFViewShakerREADME
AFViewShaker
About
AFViewShaker is simple as a brick utility for UIView shake animation.

Using
Create shaker for one view
AFViewShaker * viewShaker = [[AFViewShaker alloc] initWithView:self.formView];
Create shaker for multiple views
NSArray * allFields = @[self.emailField, self.passwordField];
AFViewShaker * viewShaker = [[AFViewShaker alloc] initWithViewsArray:allFields];
Shake with default parameters
[self.viewShaker shake];
Shake with additional parameters
[self.viewShaker shakeWithDuration:0.6 completion:^{
NSLog(@"Hello World!");
}];
Installation
Using CocoaPods
Add the following to your Podfile and run $ pod install
pod "AFViewShaker", "~> 0.0.5"
Using Carthage
Add the following to your Cartfile and run $ carthage update
github "ArtFeel/AFViewShaker", ~> 0.0.5
For Xamarin users
If you are using Xamarin.iOS, check out this port by Robert Waggott.
Related Skills
node-connect
333.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
82.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
333.7kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
82.0kCommit, push, and open a PR
