init(content: () -> Content)
Creates a non-customizable Touch Bar view container.
Availability 有効性
Technology
init(id: String
, content: () -> Content)
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によって表示されることになる、いくつかのビューからなるあるコレクション。
Be sure that each view in content
has an explicit touch
value with customization identifier.
init(content: () -> Content)