ICGVideoTrimmer icon indicating copy to clipboard operation
ICGVideoTrimmer copied to clipboard

Not adding the images for a small video

Open bestiosdeveloper opened this issue 8 years ago • 0 comments

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];

        });

bestiosdeveloper avatar Dec 21 '16 15:12 bestiosdeveloper