<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIOffset/zero",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@UIOffsetZero"
  },
  "title" : "zero"
}
-->

# zero

An offset structure with no offset in the horizontal and vertical directions.

```
static let zero: UIOffset
```

## Discussion

This constant represents a [`UIOffset`](/documentation/UIKit/UIOffset) structure whose [`horizontal`](/documentation/UIKit/UIOffset/horizontal) and [`vertical`](/documentation/UIKit/UIOffset/vertical) fields are `0`.

---

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)