void TTNetworkRequestStarted();
状态栏显示网络链接
void TTNetworkRequestStopped();
状态栏不显示网络链接
#define TTIMAGE(_URL) [[TTURLCache sharedCache] imageForURL:_URL]
从缓存中得到图片,如果没有下载
本文共 239 字,大约阅读时间需要 1 分钟。
void TTNetworkRequestStarted();
状态栏显示网络链接
void TTNetworkRequestStopped();
状态栏不显示网络链接
#define TTIMAGE(_URL) [[TTURLCache sharedCache] imageForURL:_URL]
从缓存中得到图片,如果没有下载
转载于:https://www.cnblogs.com/zhuolaiqiang/archive/2011/05/04/2072259.html