Cocoa note to self.
To set an NSView so it resizes programaticaly : [MyNSView setAutoresizingMask:NSViewWidthSizable|NSViewHeightSizable];
To set an NSView so it resizes programaticaly : [MyNSView setAutoresizingMask:NSViewWidthSizable|NSViewHeightSizable];
Leave a Reply