Media Picker: Remove red placeholder images on videos #157

This commit is contained in:
giomfo
2016-03-11 17:19:22 +01:00
parent bf621131e8
commit 95f4e18bd8
7 changed files with 16 additions and 8 deletions
@@ -1333,8 +1333,8 @@ static void *RecordingContext = &RecordingContext;
}];
cell.topRightIcon.image = [UIImage imageNamed:@"icon_video"];
cell.topRightIcon.hidden = (asset.mediaType == PHAssetMediaTypeImage);
cell.bottomLeftIcon.image = [UIImage imageNamed:@"video_icon"];
cell.bottomLeftIcon.hidden = (asset.mediaType == PHAssetMediaTypeImage);
// Disable user interaction in mxkImageView, in order to let collection handle user selection
cell.mxkImageView.userInteractionEnabled = NO;