Skip to content

renmoqiqi/UIImageView-AnimationForSDWebImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

UIImageView-AnimationForSDWebImage

一个SDWebImage 类别 加载图片有一个过度动画效果,就像网易新闻加载图片动画过渡一样

用法

[self.imageView sd_setImageWithURL:[NSURL URLWithString:@"http://wenwen.soso.com/p/20090901/20090901120123-329341688.jpg"] placeholderImage:[UIImage imageNamed:@"bg_merchant_photo_placeholder_big"] options:0 completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) {
        self.imageView.contentMode = UIViewContentModeScaleAspectFill;


    } fadeAnimation:YES]

gif 效果图

About

一个SDWebImage 类别 加载图片有一个过度动画效果

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published