プログラムで NSView のサイズをどのように設定しますか。
-(void)awakeFromNib {
self.frame.size.width = 1280; // Does nothing...
self.frame.size.height = 800; // ...neither does this.
...
(Mac OSX の) nib でのサイズ設定は問題なく機能しますが、コードで実行したいと考えています。