Maybe I'm just going about this the wrong way, but I'm trying to figure out how to add a VIMVideoPlayerView to my view controller through storyboard.
The documentation says "Create a new VIMVideoPlayerView instance or set up an @IBOutlet:" which as far as I understand means that I should be able to add it through the interface builder. But this object does not appear in the object library.
I'm pretty new to this, so I'm trying to figure out how to add a submodule object into my storyboard. I added VIMVideoPlayer using CocoaPods.
If this actually isn't possible, what is the proper way to setup a VIMVideoPlayer programically?
Drag a view from object list and change set it class to VIMVideoPlayerView. Then you will be able to create IBOutlet for this Enter VIMVideo class name under class