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

authorizationViewDidHide:

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

Declaration 宣言

- (void)authorizationViewDidHide:(SFAuthorizationView *)view;

Discussion 解説

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

See Also 参照

Delegate methods