<!--
{
  "availability" : [
    "iOS: 6.0.0 - 9.0.0",
    "iPadOS: 6.0.0 - 9.0.0",
    "macCatalyst: 13.1.0 - 13.1.0",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "MediaPlayer",
  "identifier" : "/documentation/MediaPlayer/MPMoviePlayerReadyForDisplayDidChangeNotification",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Media Player"
    ],
    "preciseIdentifier" : "c:@MPMoviePlayerReadyForDisplayDidChangeNotification"
  },
  "title" : "MPMoviePlayerReadyForDisplayDidChangeNotification"
}
-->

# MPMoviePlayerReadyForDisplayDidChangeNotification

Posted when the ready for display state changes.

```
extern NSString * const MPMoviePlayerReadyForDisplayDidChangeNotification;
```

## Discussion

To check whether a movie player is ready for display, access its [`readyForDisplay`](/documentation/MediaPlayer/MPMoviePlayerController/readyForDisplay) property. The movie player whose display state has changed is available as the object associated with the notification.

---

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)