CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

ILParabolicImageView 0.0.2

ILParabolicImageView 0.0.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Icalia Labs.



  • By
  • Abraham Kuri

ILParabolicImageView is a super simple library to add a moving effect to an image as the phone moves

Install

Install with cocoapods

pod 'ILParabolicImageView'

Usage

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];

Heroes

Abraham Kuri

Copyright and license

Code and documentation copyright 2013-2014 Icalia Labs. Code released under the MIT license.