Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NSBorderlessWindowMask を使用している場合でも、NSWindow サブクラスをすべての側面からサイズ変更可能にするにはどうすればよいですか?
の styleMask 引数に NSResizableWindowMask を含めます。
initWithContentRect: contentRect styleMask:(NSBorderlessWindowMask | NSResizableWindowMask) backing: bufferingType defer: flag