---
title: circle
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uishape-swift.struct/circle
---

# circle

Creates a circular shape, with a radius equal to half the length of the frame rectangle’s smallest edge.

## Declaration

```swift
static var circle: UIShape { get }
```

## See Also

### Creating a hover shape

- [rect](uikit/uishape-swift.struct/rect.md)
- [capsule](uikit/uishape-swift.struct/capsule.md)
- [rect(cornerRadius:cornerCurve:maskedCorners:)](uikit/uishape-swift.struct/rect(cornerradius:cornercurve:maskedcorners:).md)
- [fixedRect(_:cornerRadius:cornerCurve:maskedCorners:)](uikit/uishape-swift.struct/fixedrect(_:cornerradius:cornercurve:maskedcorners:).md)
- [UICornerCurve](uikit/uicornercurve.md)
