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

authorizationViewDidHide(_:)

Sent to the delegate to indicate that the view’s visibility has changed.

Declaration 宣言

func authorizationViewDidHide(_ view: SFAuthorizationView!)

Discussion 解説

This delegate method, if present, is called whenever the isHidden method is called to show or hide the view.

See Also 参照

Delegate methods