<!--
{
  "availability" : [
    "iOS: 5.0.0 -",
    "iPadOS: 5.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIBarButtonItem/backButtonTitlePositionAdjustment(for:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIBarButtonItem(im)backButtonTitlePositionAdjustmentForBarMetrics:"
  },
  "title" : "backButtonTitlePositionAdjustment(for:)"
}
-->

# backButtonTitlePositionAdjustment(for:)

Returns the back button title offset for specified bar metrics.

```
func backButtonTitlePositionAdjustment(for barMetrics: UIBarMetrics) -> UIOffset
```

## Parameters

`barMetrics`

Bar metrics.

## Return Value

The back button title offset for `barMetrics`.

## Discussion

This modifier applies only to navigation bar back buttons and is ignored by other buttons.

---

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)