I have layer hosting view which hosts a single layer with several child layers. Some child layers can be QTMovieLayers to display quick time movies. Things work fine. Now my main issue is that I want to add video controls (Play, Pause, time Slider) to control the movie: Is there an already available solution for it?
I have the following options:- 1. Create a sub-view with controls -> buttons and a slider. But it seems that adding subviews to layer hosting views is a no - no. 2. Create a layer for controls and implement controls as CALayers. Which is a better option? Is there a third option? _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com