<!--
{
  "availability" : [
    "macOS: 10.3.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ObjectiveC",
  "identifier" : "/documentation/ObjectiveC/NSObject-swift.class/authorizationViewDidHide(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Objective-C Runtime",
      "ObjectiveC"
    ],
    "preciseIdentifier" : "c:objc(cs)NSObject(im)authorizationViewDidHide:"
  },
  "title" : "authorizationViewDidHide(_:)"
}
-->

# authorizationViewDidHide(_:)

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

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

## Discussion

This delegate method, if present, is called whenever the <doc://com.apple.documentation/documentation/AppKit/NSView/isHidden> method is called to show or hide the view.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)