---
title: topShelfContentDidChange()
framework: tvservices
role: symbol
role_heading: Type Method
path: tvservices/tvtopshelfcontentprovider/topshelfcontentdidchange()
---

# topShelfContentDidChange()

Tells the system that your top shelf content changed and requires an update.

## Declaration

```swift
class func topShelfContentDidChange()
```

## Discussion

Discussion Call this method when your top shelf content changes. This method notifies the system asynchronously and returns. You may call this method either from your app or from your Top Shelf app extension.
