---
title: reloadData()
framework: mediaplayer
role: symbol
role_heading: Instance Method
path: mediaplayer/mpplayablecontentmanager/reloaddata()
---

# reloadData()

Reloads the data from the data source.

## Declaration

```swift
func reloadData()
```

## Discussion

Discussion Call this method when the data source changed, which notifies the content manager to reload the data from the data source.

## See Also

### Updating data

- [beginUpdates()](mediaplayer/mpplayablecontentmanager/beginupdates().md)
- [endUpdates()](mediaplayer/mpplayablecontentmanager/endupdates().md)
