如何使用AFNetworking的setImageWithURL当配置缓存
1个回答
展开全部
该UIImageView一个内部缓存,高性能之类的东西UITableView。对于更长远的缓存,使用系统级cacheing系统的叉SDURLCache,的一个子类NSURLCache。 在应用程序委托下面的代码设置它applicationDidFinishLaunching:withOptions::SDURLCache *URLCache = [[SDURLCache alloc] initWithMemoryCapacity:1024*1024*2 diskCapacity:1024*1024*20 diskPath:[SDURLCache defaultCachePath]];
[URLCache setIgnoreMemoryOnlyStoragePolicy:YES];
[NSURLCache setSharedURLCache:URLCache];
[URLCache release];
[URLCache setIgnoreMemoryOnlyStoragePolicy:YES];
[NSURLCache setSharedURLCache:URLCache];
[URLCache release];
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询