---
title: UICornerCurve
framework: uikit
role: symbol
role_heading: Enumeration
path: uikit/uicornercurve
---

# UICornerCurve

The corner curve to apply to a view.

## Declaration

```swift
enum UICornerCurve
```

## Topics

### Choosing a corner style

- [UICornerCurve.automatic](uikit/uicornercurve/automatic.md)
- [UICornerCurve.circular](uikit/uicornercurve/circular.md)
- [UICornerCurve.continuous](uikit/uicornercurve/continuous.md)

### Initializers

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

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Copyable](swift/copyable.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
