How do you set the size of NSView programmically e.g.
-(void)awakeFromNib { self.frame.size.width = 1280; // Does nothing... self.fra
Use the method -setFrameSize: or -setFrame: