In my application user should be able to select a video from video library and also should able to trim the video and play the video in a movie player. Can any one please help me???
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Look into the AVFoundation framework. As you mentioned below, you want to use the UIVideoEditorController class. Note that what you ask is only supported by the AVFoundation in iOS 4.0 and higher. |
|||||||||||||||
|