---
title: endUpdates()
framework: mediaplayer
role: symbol
role_heading: Instance Method
path: mediaplayer/mpplayablecontentmanager/endupdates()
---

# endUpdates()

Ends a synchronized update.

## Declaration

```swift
func endUpdates()
```

## Discussion

Discussion Call this method upon completion of the batch updates. If you call this method in the middle of an update, all updates stop and you’ll need to apply remaining updates at a later time.

## See Also

### Updating data

- [beginUpdates()](mediaplayer/mpplayablecontentmanager/beginupdates().md)
- [reloadData()](mediaplayer/mpplayablecontentmanager/reloaddata().md)
