HHK1 / PryntTrimmerView

A set of tools to trim, crop and select frames inside a video

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift 4 Integration

vicA340 opened this issue · comments

Hello,

I am having trouble integrating this library into a swift 4 project. I used cocoapods to install the library.
I am getting errors stating that AVMediaTypeVideo has been renamed to AVMediaType.video as well as needing to add @objc to expose some methods to Objective-c. Is there a way to use this library with swift 4? Thanks in advance.