<!--
{
  "availability" : [
    "tvOS: 12.0.0 - 18.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "TVMLKit",
  "identifier" : "/documentation/TVMLKit/TVApplicationControllerDelegate/player(for:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "TVMLKit"
    ],
    "preciseIdentifier" : "c:objc(pl)TVApplicationControllerDelegate(im)playerForAppController:"
  },
  "title" : "player(for:)"
}
-->

# player(for:)

Asks the delegate for a custom player object for a particular player bridge.

```
optional func player(for appController: TVApplicationController) -> TVPlayer?
```

## Parameters

`appController`

The [`TVApplicationController`](/documentation/TVMLKit/TVApplicationController) object that contains the player object.

## Return Value

A customizable [`TVPlayer`](/documentation/TVMLKit/TVPlayer) object.

## Discussion

---

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)