NSView over VLCVideoView
Posted: 28 Jan 2010 20:17
I'm using VLCKit to play movies in a cocoa app, that all works fine, but now I've been trying to get a NSView to be displayed on top of the VLCVideoView, a bit like a play/pause controller.
The problem I'm having is that either the overlay view disappears underneath the VLCVideoView (when I add both as subviews to the same parent view), or the overlay will show, but the VLCVideoView stays black (when I make the overlay a subview of VLCVideoView).
Does anyone have any ideas?
Thanks
Skip
The problem I'm having is that either the overlay view disappears underneath the VLCVideoView (when I add both as subviews to the same parent view), or the overlay will show, but the VLCVideoView stays black (when I make the overlay a subview of VLCVideoView).
Does anyone have any ideas?
Thanks
Skip