这是我在所有其他设备上加载的代码图像,但在 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];
}];