Reputation: 23722
I have a QTMovieView set up as an IBOutlet. I want to play the video in full screen. Which method allows this?
Upvotes: 1
Views: 1937
Reputation: 4447
See QTKit sample code at: http://developer.apple.com/mac/library/samplecode/MyMediaPlayer/listing3.html specifically the "goFullScreen" method.
Upvotes: 1
Reputation: 70001
Does this help?
Here's a pretty detailed list of all the methods.
Upvotes: 0