---
title: "post(_:)"
framework: foundation
role: symbol
role_heading: Instance Method
path: "foundation/notificationcenter/post(_:)-3x2st"
---

# post(_:)

Posts a given notification to the notification center.

## Declaration

```swift
func post(_ notification: Notification)
```

## Parameters

- `notification`: The notification to post.

## See Also

### Posting notifications

- [post(name:object:userInfo:)](foundation/notificationcenter/post(name:object:userinfo:).md)
- [post(name:object:)](foundation/notificationcenter/post(name:object:).md)
