I am trying to use the UIVideoEditorController
to be a UI so user can choose the place to split the video into 2 pieces. The problem with the UIVideoEditorController
is that I cannot know where user chooses the start position and end positions. Does anybody know how I can get these information from UIVideoEditorController
? Or does it have any third party library that replicate the user interface of UIVideoEditorController
?
No by using UIVideoEditorController you cannot get start position and end positions whatever the user had selected. And still now there is no third party library.