Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,17 @@ console.log(`Screen Corner Radius: ${ScreenCornerRadius}`)

## Values reported

On iOS 14.1, the follow values were reported for each device with rounded corners:
The following values were reported for various devices with rounded corners:

| Device | Value (pts) |
|--|--|
| iPhone X / Xs / Xs Max / 11 Pro / 11 Pro Max | 39.0 |
| iPhone Xr / 11 | 41.5 |
| iPhone 12 mini / 13 mini | 44.0 |
| iPhone 12 / 12 Pro / 13 Pro / 14 | 47.33 |
| iPhone 12 Pro Max / 13 Pro Max / 14 Plus | 53.33 |
| iPhone 15 / 15 Plus / 14 Pro / 14 Pro Max | 55.0 |
| iPhone X, Xs, Xs Max, 11 Pro, 11 Pro Max | 39.0 |
| iPhone Xr, 11 | 41.5 |
| iPhone 12 mini, 13 mini | 44.0 |
| iPhone 12, 12 Pro, 13 Pro, 14, 16e | 47.33 |
| iPhone 12 Pro Max, 13 Pro Max, 14 Plus | 53.33 |
| iPhone 14 Pro, 14 Pro Max, 15, 15 Plus, 15 Pro, 15 Pro Max, 16, 16 Plus | 55.0 |
| iPhone 16 Pro, 16 Pro Max, 17, 17 Pro, 17 Pro Max, Air | 62.0 |
| iPad Air / iPad Pro 11-inch / 12.9-inch | 18.0 |

## Warning
Expand Down