JDAvatarProgress 可轻松自定义的头像图片与进度条动画异步。
安装
Cocoapod
JDAvatarProgress 可通过 CocoaPods 获得。要安装它,只需将以下行添加到 Podfile 中:
pod "JDAvatarProgress"
Manual
克隆存储库:
$ git clone https://github.com/JellyDevelopment/JDAvatarProgress.git
拖放JDAvatarProgress.h
和JDAvatarProgress.h
文件到项目。添加#import "JDAvatarProgress.h"
到所有需要使用它的视图控制器。