---
title: "authorizationViewDidHide(_:)"
framework: objectivec
role: symbol
role_heading: Instance Method
path: "objectivec/nsobject-swift.class/authorizationviewdidhide(_:)"
---

# authorizationViewDidHide(_:)

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

## Declaration

```swift
func authorizationViewDidHide(_ view: SFAuthorizationView!)
```

## Discussion

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