ICGVideoTrimmer
ICGVideoTrimmer copied to clipboard
Not adding the images for a small video
When there are only 2 count for the images then the following code not getting executed.
dispatch_async(dispatch_get_main_queue(), ^{ UIImageView *imageView = (UIImageView *)[self.frameView viewWithTag:i]; [imageView setImage:videoScreen];
});