<!--
{
  "availability" : [
    "macOS: 10.9.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSMediaLibraryBrowserController/isVisible",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSMediaLibraryBrowserController(py)visible"
  },
  "title" : "isVisible"
}
-->

# isVisible

A Boolean value that determines whether the Media Library Browser panel is visible.

```
var isVisible: Bool { get set }
```

## Discussion

Set this value to <doc://com.apple.documentation/documentation/Swift/true> to show the Media Library Browser or <doc://com.apple.documentation/documentation/Swift/false> to hide it.

This value can be read to determine the current visibility status of the panel.

---

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)