CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Icalia Labs.
ILParabolicImageView is a super simple library to add a moving effect to an image as the phone moves
Install with cocoapods
pod 'ILParabolicImageView'
CGRect frame;
frame.origin.x = 0;
frame.size.width = self.view.frame.size.width;
frame.size.height = self.view.frame.size.height;
frame.origin.y = 0;
ILParabolicBackgroundImageView *imageView = [[ILParabolicBackgroundImageView alloc] initWithFrame:frame];
imageView.image = self.backgroundImages[i];
[self.view addSubview:imageView];
Abraham Kuri
Code and documentation copyright 2013-2014 Icalia Labs. Code released under the MIT license.