Initializer

init(_:bundle:label:)

Creates a labeled image that you can use as content for controls, with the specified label. あなたがコントロールの内容として使用できるラベル付き画像を、この指定されたラベルで作成します。

Declaration 宣言

init(_ name: String, bundle: Bundle? = nil, label: Text)

Parameters パラメータ

name

The name of the image resource to lookup

bundle

The bundle to search for the image resource. If nil, SwiftUI uses the main Bundle. Defaults to nil.

label

The label associated with the image. 画像と結びつけられたラベル。 SwiftUI uses the label for accessibility.

See Also 参照

Creating an Image for Use as a Control