Skip to content

mandariino/UIImageView-MotionEffect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

UIImageView-MotionEffect

Simple and clean Motion Effect for UIImageView container

For iOS 7 and beyond.

You only need to import this class to your controller with this command:

#import "UIImageView+MotionEffect.h"

Implement in your viewDidLoad method this message:

[yourImage addMotionEffect];

To remove the Parallax effect, you should invoke this method.

[yourImage removeMotionEffect];

About

Simple Parallax Effect for UIImageView

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published