-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Milestone
Description
Description
.cornerRadius(_:antialiased:) is now marked as deprecated by Xcode, using .clipShape(RoundedRectangle(cornerRadius: CGFloat)) to replace it produces identical results.
To Reproduce
- Go to project
- In code where
.cornerRadius(_:antialiased:)is used, ⌥ click to see the deprecation warning
Expected Behavior
Using .clipShape(RoundedRectangle(cornerRadius: CGFloat)) will eliminate the warning
Version Information
CodeEdit: branch - main
macOS: 14.5
Xcode: 15.4
Additional Context
No response
Screenshots
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🏁 Complete