# `NSNotification.Name.GSUpdateEditViewFrame`

*Type Property*

Posted when the frame available to the edit view changes.

## Declaration

```swift
static let GSUpdateEditViewFrame: NSNotification.Name
```

```objc
extern NSNotificationName const GSUpdateEditViewFrame;
```

```python
GSUpdateEditViewFrame: NSNotificationName
```

## Discussion

The notification object is the edit view controller.

