---
title: UIPopoverArrowDirection
framework: uikit
role: symbol
role_heading: Structure
path: uikit/uipopoverarrowdirection
---

# UIPopoverArrowDirection

Constants for specifying the direction of the popover arrow.

## Declaration

```swift
struct UIPopoverArrowDirection
```

## Topics

### Constants

- [up](uikit/uipopoverarrowdirection/up.md)
- [down](uikit/uipopoverarrowdirection/down.md)
- [left](uikit/uipopoverarrowdirection/left.md)
- [right](uikit/uipopoverarrowdirection/right.md)
- [any](uikit/uipopoverarrowdirection/any.md)
- [unknown](uikit/uipopoverarrowdirection/unknown.md)

### Initializers

- [init(rawValue:)](uikit/uipopoverarrowdirection/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)
