<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "NotificationCenter",
  "identifier" : "/documentation/NotificationCenter",
  "metadataVersion" : "0.1.0",
  "role" : "Framework",
  "symbol" : {
    "kind" : "Framework",
    "modules" : [
      "Notification Center"
    ],
    "preciseIdentifier" : "NotificationCenter"
  },
  "title" : "Notification Center"
}
-->

# Notification Center

Create and manage widgets for the Today view.

## Overview

The Notification Center framework helps you create and manage app extensions that implement Today widgets. The framework provides an API you can use to specify whether a Today widget has content to display, and to customize aspects of its appearance and behavior. In macOS, the Notification Center framework also provides ways to customize the editing and searching experience in a widget.

![Widgets showing weather information in the Today view on iOS and macOS.](images/com.apple.notificationcenter/media-3039577@2x.png)

## Topics

### Core Widget

[`NCWidgetProviding`](/documentation/NotificationCenter/NCWidgetProviding)

The interface for customizing the appearance and behavior of a Today widget.

[`NCWidgetController`](/documentation/NotificationCenter/NCWidgetController)

An object used to specify whether a Today widget has content to display.

### Search View

[`NCWidgetSearchViewController`](/documentation/NotificationCenter/NCWidgetSearchViewController)

An object that provides a default search view within a macOS Today widget.

[`NCWidgetSearchViewDelegate`](/documentation/NotificationCenter/NCWidgetSearchViewDelegate)

The interface for enabling user searches in the search view controller of a macOS Today widget.

### List View

[`NCWidgetListViewController`](/documentation/NotificationCenter/NCWidgetListViewController)

An object that provides a list view for displaying content in a macOS Today widget.



---

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)