Latest | 0.0.2 |
---|---|
Homepage | https://github.com/IcaliaLabs/ILParabolicImageView |
License | MIT |
Platforms | ios , requires ARC |
Authors |
ILParabolicImageView
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.
Latest podspec
{ "name": "ILParabolicImageView", "version": "0.0.2", "summary": "A super simple library to add a moving effect to an image as the phone moves", "description": "n ILParabolicImageView is a super simple library to add a motion effect to any ImageViewn perfect for a nice looking splash screen.n ", "homepage": "https://github.com/IcaliaLabs/ILParabolicImageView", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Abraham Kuri": "[email protected]" }, "platforms": { "ios": null }, "source": { "git": "https://github.com/IcaliaLabs/ILParabolicImageView.git", "tag": "v0.0.2" }, "source_files": "*.{h,m}", "requires_arc": true }
Sat, 27 Feb 2016 07:09:03 +0000