Initializer

init(_:)

Creates a binding by projecting the base value to an unwrapped value. あるバインディングを、基本値をあるアンラップされた値に対して投影することによって作成します。

Declaration 宣言

init?(_ base: Binding<Value?>)

Return Value 戻り値

A new binding or nil when base is nil. 新しいバインディングまたは、basenilである場合はnil

Parameters パラメータ

base

A value to project to an unwrapped value. アンラップされた値へと投影することになるある値。

See Also 参照

Creating a Binding バインディングを作成する