---
title: fixedSpace()
framework: uikit
role: symbol
role_heading: Type Method
path: uikit/uibarbuttonitemgroup/fixedspace()
---

# fixedSpace()

Returns a new group that contains a single zero-width fixed space item inside it.

## Declaration

```swift
class func fixedSpace() -> UIBarButtonItemGroup
```

## Discussion

Discussion If you specify a group with a single zero-width fixed space, the navigation bar to visually separate the following groups.
