nklizhe / UIImageView-Material

Experiment loading image using Material Design style: http://www.google.com/design/spec/patterns/imagery-treatment.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UIImageView+Material

An experimental UIImageView category for loading images using the Material Design style.

Usage

#import <UIImageView+Material/UIImageView+Material.h>

[imageView setImage:<your image>];
[imageView.layer setOpacity:0.0];

// fade in
[imageView fadeInWithDuration:1.0];

// fade out
[imageView fadeOutWithDuration:1.0];

Installation

UIImageView+Material is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "UIImageView+Material"

Author

Tom Li, nklizhe@gmail.com

License

UIImageView+Material is available under the MIT license. See the LICENSE file for more info.

About

Experiment loading image using Material Design style: http://www.google.com/design/spec/patterns/imagery-treatment.html

License:MIT License


Languages

Language:Objective-C 92.0%Language:Ruby 8.0%