How do I export UIImage array as a movie in Swift 3?
问题 I need to export an array of UIImage and build a movie putting some text in front of the image and if it's possible music also. Can you give me an hand with code? I only have found something with Objective-c and old version of Swift . 回答1: This is the first answers I posted to the question: create movie from [UIImage], Swift Following is a copy of the answer: I convert the objective-c code that posted by ’@Cameron E‘ to Swift 3, and It's working. the answer's link:@Cameron E's CEMovieMaker