Skip to content

electic/UIView-Wiggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UIView+Wiggle

A great UIView addition that makes any view or component derived from a UIView wiggle.

Examples

UIView *someBox = [[UIView alloc] init];
someBox.backgroundColor = [UIColor redColor];
...
[self.view addSubview:someBox];

[someBox wiggle];

Installation

Available in CocoaPods

pod 'UIView+Wiggle'

About

Takes any UIView derived view and makes it wiggle.

Resources

License

Stars

Watchers

Forks

Packages

No packages published