Search code examples
iostoolbaruivideoeditorcontroller

How to add/modify buttons on the toolbars in UIVideoEditorController?


I am trying to add buttons to the bottom toolbar of UIVideoEditorController. Is this Possible? Can I modify/add buttons to this toolbar?

UIVideoEditorController


Solution

  • Apple Docs clearly mention

    Important: The UIVideoEditorController 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.

    So basically its not possible.