<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UINavigationItem/pinnedTrailingGroup",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UINavigationItem(py)pinnedTrailingGroup"
  },
  "title" : "pinnedTrailingGroup"
}
-->

# pinnedTrailingGroup

The item group to display on the trailing edge of the navigation bar, on the trailing side of the overflow and search items.

```
var pinnedTrailingGroup: UIBarButtonItemGroup? { get set }
```

## Discussion

This group can’t move to the overflow menu. If there’s more than one item in this group, assign a [`representativeItem`](/documentation/UIKit/UIBarButtonItemGroup/representativeItem) for the group to avoid overflowing the contents of the navigation bar.

---

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)