setaspectratio函数_在调整窗口大小之前,setAspectRatio不起作用
In my app I have a main window where I play some video using AVPlayer. In order to force a particular aspect ratio I'm using setAspectRatio: method. I placed it in my app's windowControllerDidLoadNib:...