文件名称:ImageLoader:适用于 iOS 的轻量级快速图像加载器
文件大小:62KB
文件格式:ZIP
更新时间:2024-06-18 03:51:24
Objective-C
图像加载器 ImageLoader是用于异步图像加载的工具。 它是适用于 iOS 的轻量级快速图像加载器。 特征 UIImageView 类别的简单方法。 缓存模块可以自行设置。 加载图像由 ImageLoader 处理,而不是 UIImageView。 易于从其他模块修改实现 全面的单元测试覆盖 要求 iOS 5.0+ 如果您的项目目标是 iOS 7.0+,请使用 。 这是用Swift编写的iOS版轻量级快速图像加载器。 安装 有两种方法可以在您的项目中使用它: 将 ImageLoader 类文件复制到您的项目中 用 CocoaPods 安装编写 Podfile platform :ios pod 'ImageLoader' , '~> 0.1.9' 修改其他模块的实现 实施相同的方法 [imageView setImageWithURL: URL]; [imageVi
【文件预览】:
ImageLoader-master
----.travis.yml(175B)
----ImageLoader.podspec(782B)
----ImageLoaderTests()
--------white.png(805B)
--------UIImageViewTests.m(7KB)
--------ImageLoaderTests-Info.plist(692B)
--------ImageLoaderTests.m(10KB)
--------en.lproj()
--------black.png(631B)
----Podfile(188B)
----ImageLoader.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(24KB)
--------xcuserdata()
--------xcshareddata()
----LICENSE(1KB)
----ImageLoader()
--------ImageLoaderOperation.h(897B)
--------ImageLoader-Prefix.pch(182B)
--------ImageLoader.h(907B)
--------ImageLoader.m(6KB)
--------ImageLoaderOperation.m(10KB)
--------UIImageView+ImageLoader.h(1KB)
--------UIImageView+ImageLoader.m(6KB)
----ImageLoaderExample()
--------Podfile(161B)
--------ImageLoaderExample()
--------ImageLoaderExample.xcworkspace()
--------ImageLoaderExample.xcodeproj()
----.gitignore(83B)
----ImageLoader.xcworkspace()
--------contents.xcworkspacedata(229B)
----Makefile(480B)
----README.md(2KB)