摘要:
IOS开发之 UIImageView连续播放图片,组成动画 AVPlayer视频播放相关 AVLayerVideoGravityResize, // 非均匀模式。两个维度完全填充至整个视图区域AVLayerVideoGravityResizeAspect, // 等比例填充,直到一个维度到达区域边界 阅读全文
摘要:
static AppInfo *_instance;@implementation AppInfo+ (id)shareAppInfo{ if (_instance == nil) { _instance = [[self alloc]init]; } ... 阅读全文