<!--
{
  "availability" : [
    "macOS: 10.4.0 - 10.15.0"
  ],
  "documentType" : "symbol",
  "framework" : "Quartz",
  "identifier" : "/documentation/Quartz/QCCompositionPickerPanel/compositionPickerView()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Quartz"
    ],
    "preciseIdentifier" : "c:objc(cs)QCCompositionPickerPanel(im)compositionPickerView"
  },
  "title" : "compositionPickerView()"
}
-->

# compositionPickerView()

Returns the composition picker view used by the panel so that it can be configured.

```
func compositionPickerView() -> QCCompositionPickerView!
```

## Return Value

The `QCCompositionPickerView` used by the composition picker panel.

## Discussion

After you retrieve the view, you can configure it.

---

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)