hekevintran
hekevintran

Reputation: 23722

Make QTMovieView full screen

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

Answers (2)

geowar
geowar

Reputation: 4447

See QTKit sample code at: http://developer.apple.com/mac/library/samplecode/MyMediaPlayer/listing3.html specifically the "goFullScreen" method.

Upvotes: 1

Ólafur Waage
Ólafur Waage

Reputation: 70001

Does this help?

Here's a pretty detailed list of all the methods.

Upvotes: 0

Related Questions