A view controller that manages the system interface for trimming video frames and encoding a previously recorded movie.
SDKs
- iOS 3.1+
- Mac Catalyst 13.0+
Framework
- UIKit
Declaration
class UIVideoEditorController : UINavigation Controller
Overview
A video editor manages user interactions and provides the filesystem path of the edited movie to your delegate object (see UIVideo
). The features of the UIVideo
class are available only on devices that support video recording. Use a video editor when your intent is to provide an interface for movie editing. While the UIImage
class also lets a user trim movies, its primary roles are choosing saved pictures and movies, and capturing new pictures and movies.
Important
The UIVideo
class supports portrait mode only. This class is intended to be used as-is and does not support subclassing. The view hierarchy for this class is private; do not modify the view hierarchy. This class does not support modifications to its appearance by use of overlay views.