这是我的代码图片正在加载所有其他设备,但在iPhone 7+上,它的空白是他们的任何错误或我需要实施的任何更正
[activityOnImage startAnimating];
NSString *strUrl = [[NSString stringWithFormat:@"%@",useFullLinkObj.imageUrl]stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding];
[videoImage ecs_setImageWithURL:[NSURL URLWithString:strUrl] placeholderImage:nil options:0 completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) {
[activityOnImage stopAnimating];
}];