mac设置窗口不能被resize
可在Interface Builder中设置window的属性窗口中将resize,不选中。
在代码如下:
[window setStyleMask:[window styleMask] & ~NSResizableWindowMask];