<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIPopoverArrowDirection",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIPopoverArrowDirection"
  },
  "title" : "UIPopoverArrowDirection"
}
-->

# UIPopoverArrowDirection

Constants for specifying the direction of the popover arrow.

```
struct UIPopoverArrowDirection
```

## Topics

### Constants

[`UIPopoverArrowDirectionUp`](/documentation/UIKit/UIPopoverArrowDirection/up)

An arrow that points upward.

[`UIPopoverArrowDirectionDown`](/documentation/UIKit/UIPopoverArrowDirection/down)

An arrow that points downward.

[`UIPopoverArrowDirectionLeft`](/documentation/UIKit/UIPopoverArrowDirection/left)

An arrow that points toward the left.

[`UIPopoverArrowDirectionRight`](/documentation/UIKit/UIPopoverArrowDirection/right)

An arrow that points toward the right.

[`UIPopoverArrowDirectionAny`](/documentation/UIKit/UIPopoverArrowDirection/any)

An arrow that points in any direction.

[`UIPopoverArrowDirectionUnknown`](/documentation/UIKit/UIPopoverArrowDirection/unknown)

The status of the arrow is currently unknown.

### Initializers

[`init(rawValue:)`](/documentation/UIKit/UIPopoverArrowDirection/init(rawValue:))

Creates a popover arrow direction with the specified raw value.

## Relationships

### Conforms To

[`OptionSet`](/documentation/Swift/OptionSet)

[`Sendable`](/documentation/Swift/Sendable)

[`ExpressibleByArrayLiteral`](/documentation/Swift/ExpressibleByArrayLiteral)

[`SetAlgebra`](/documentation/Swift/SetAlgebra)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

---

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)