SDRemoteImageView 1.0.0

SDRemoteImageView 1.0.0

TextViewWithThreshHoldFrame 维护。




SDRemoteImageView

Build Status

简介

图片是内存占用最大的因素。在处理图片时,您应该尽可能使用名为 下采样 的技术,以保持最小的占用空间。本程序展示了如何应用这种技术。

为了更深入地理解 下采样 的概念,请查看 WWDC 讲座 Images and Graphics Best Practices。这是所有 iOS 开发者必看的讲座之一。

演示

SDRemoteImageView Demo

示例

要运行示例项目,请首先克隆仓库,然后从示例目录运行 pod install

需求

本项目除Foundation和UIKit之外没有其他依赖

安装

SDRemoteImageView可通过CocoaPods获取。要安装它,只需在Podfile中添加以下行

pod 'SDRemoteImageView'

作者

e-sung, [email protected], https://twitter.com/sungdooyoo

许可证

SDRemoteImageView使用MIT许可。有关更多信息,请参阅LICENSE文件。