---
title: curvesAtBottom
framework: watchkit
role: symbol
role_heading: Instance Property
path: watchkit/wkinterfacetable/curvesatbottom
---

# curvesAtBottom

A Boolean value that determines whether the rows shrink to match the curved corners at the bottom of the screen.

## Declaration

```swift
var curvesAtBottom: Bool { get set }
```

## Discussion

Discussion Defaults to false. If true, table rows near the bottom of the screen shrink so that the curved corners don’t clip them. This property has no effect on Apple Watch Series 3 or earlier.

## See Also

### Scrolling

- [scrollToRow(at:)](watchkit/wkinterfacetable/scrolltorow(at:).md)
- [curvesAtTop](watchkit/wkinterfacetable/curvesattop.md)
