---
title: badgePositionAdjustment
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitabbaritemstateappearance/badgepositionadjustment
---

# badgePositionAdjustment

The additional amount by which to offset the badge horizontally and vertically.

## Declaration

```swift
var badgePositionAdjustment: UIOffset { get set }
```

## Discussion

Discussion Use this property to specify the distance, in points, by which to offset the badge from its default position over its item. Positive values move the title down and to the right. Negative values move the title up and to the left.

## See Also

### Configuring the badge appearance

- [badgeTextAttributes](uikit/uitabbaritemstateappearance/badgetextattributes.md)
- [badgeBackgroundColor](uikit/uitabbaritemstateappearance/badgebackgroundcolor.md)
- [badgeTitlePositionAdjustment](uikit/uitabbaritemstateappearance/badgetitlepositionadjustment.md)
