使用SDWebImage淡入淡出的方式加载图片
生活随笔
收集整理的這篇文章主要介紹了
使用SDWebImage淡入淡出的方式加载图片
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
使用SDWebImage淡入淡出的方式加載圖片
效果:
請通過以下方式下載源碼:
找到它修改文件的地方:
以下是使用源碼:
// // ViewController.m // SDWebImageFade // // Created by YouXianMing on 14-10-5. // Copyright (c) 2014年 YouXianMing. All rights reserved. // #import "ViewController.h" #import "UIImageView+WebCache.h"@interface ViewController ()@end@implementation ViewController- (void)viewDidLoad {[super viewDidLoad];NSString *picUrl = @"http://th04.deviantart.net/fs70/PRE/i/2014/277/4/b/cheetahr_by_harpiya-d81l8iv.jpg";UIImageView *imageView = [[UIImageView alloc] initWithFrame:self.view.bounds];[self.view addSubview:imageView];[imageView setImageWithURL:[NSURL URLWithString:picUrl]placeholderImage:niloptions:SDWebImageCacheMemoryOnlyprogress:^(NSInteger receivedSize, NSInteger expectedSize) {NSLog(@"%.2f", (float)receivedSize / (float)expectedSize);}completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType) {}]; }@end以下是需要注意的地方
?
轉載于:https://www.cnblogs.com/YouXianMing/p/4006662.html
總結
以上是生活随笔為你收集整理的使用SDWebImage淡入淡出的方式加载图片的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Swift 泛型參数
- 下一篇: 20140923 cin.get() g