<!--
{
  "availability" : [
    "iOS: 7.1.0 - 14.0.0",
    "iPadOS: 7.1.0 - 14.0.0",
    "macCatalyst: 13.1.0 - 14.0.0",
    "visionOS: 1.0.0 - 1.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "MediaPlayer",
  "identifier" : "/documentation/MediaPlayer/MPPlayableContentManager/shared()",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Media Player"
    ],
    "preciseIdentifier" : "c:objc(cs)MPPlayableContentManager(cm)sharedContentManager"
  },
  "title" : "shared()"
}
-->

# shared()

Returns the current content manager instance.

```
class func shared() -> Self
```

## Return Value

The current content manager.

## Discussion

Call this method to create a new content manager. Set the [`dataSource`](/documentation/MediaPlayer/MPPlayableContentManager/dataSource) and [`delegate`](/documentation/MediaPlayer/MPPlayableContentManager/delegate) immediately after creating the content manager.

---

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)