I am new at iOS development. I wish to ask you how if it possible to play video with images overlay. What I`m wishing to do is play some mp4 file, and on top of it put some png file that the user can change (UIimageview on top of video). At android development i used “media view” and could control it any way i wont. Didn’t found in xCode similar view.
Share
Take a look at MPMoviePlayerController. You can use that’s view the same as any other UIView.