I have a window that contains one QTMovieView. How do I make it so that resizing of the window will keep the window's aspect ratio the same?
From stackoverflow
hekevintran
-
[window setContentAspectRatio:NSMakeSize(width, height)]More info: Apple's documentation, NSWindow class reference
From htw
0 comments:
Post a Comment