macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

setCurrentAppearance:

INDEX>AppKit>NSAppearance

現在のアピアランスをセットします

Objective-C

+ (void)setCurrentAppearance:(NSAppearance *)appearance

Swift

class func setCurrentAppearance(_ appearance: NSAppearance?)

解説

現在のアピアランスをセットします。
通常使用する必要はありません。


返り値

なし

引数

【appearance】
Objective-C

NSAppearance *

Swift

_ appearance: NSAppearance?

フレームワーク

ApplicationKit

クラス

NSAppearance

使用可能

10.9-

更新時のバージョン

OS X 10.11

参照

関連記事

例文