macOS/iOS API解説
id:jjj777
buttons
INDEX>AppKit>NSAlert> アラートウインドウのボタンを配列で返します 解説 アラートウインドウのボタンを配列で返します。 Swift open var buttons: [NSButton] { get } Objective-C @property(readonly, copy) NSArray *buttons 返り値 Objective-C ( NSArray * ) Swift [NSButton] { get } ボタンの配列 引数 フレームワ…