# `GSEditViewController updateFormatBar:`

*Instance Method*

is called when the status bar needs updating

## Declaration

```swift
func updateFormatBar(_ keyPath: String)
```

```objc
- (void) updateFormatBar:(NSString *) keyPath;
```

```python
updateFormatBar_(keyPath: str)
```

