How do I export UIImage array as a movie?
I have a serious problem: I have an NSArray with several UIImage objects. What I now want to do, is create movie from … Read more
I have a serious problem: I have an NSArray with several UIImage objects. What I now want to do, is create movie from … Read more
I would like to play a sound using Swift. My code worked in Swift 1.0 but now it doesn’t work anymore in Swift … Read more
How can the iPhone be set to vibrate once? For example, when a player loses a life or the game is over, the … Read more
I am trying to capture an image during a live preview from the camera, by AVFoundation captureStillImageAsynchronouslyFromConnection. So far the program works as … Read more