Initializer

init(id:content:)

Creates a customizable Touch Bar view container with a globally unique identifier.

Declaration 宣言

init(id: String, content: () -> Content)

Parameters パラメータ

id

A globally unique identifier for this Touch Bar. このTouch Barに対するグローバルに特有な識別子。

content

A collection of views to be displayed by the Touch Bar. Touch Barによって表示されることになる、いくつかのビューからなるあるコレクション。

Discussion 議論

Be sure that each view in content has an explicit touchBarItemPresence value with customization identifier.

See Also 参照

Creating a Touch Bar View Touch Barビューを作成する