Instance Method インスタンスメソッド

combined(with:)

Combines this transition with another, returning a new transition that is the result of both transitions being applied. この遷移と別のものを結合します、新しい遷移を返します、それは両方の遷移が適用されることの結果です。

Declaration 宣言

func combined(with other: AnyTransition) -> AnyTransition

See Also 参照

Combining and Configuring Transitions