Skip to content

nklizhe/UIImageView-Material

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published