Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
cornerCurve
property availability compilation fail (#548)
With Xcode 14 Beta 1 library fails to compile with following error. > Stored properties cannot be marked potentially unavailable with `@available` Because CALayerCornerCurve is not marked with any @available annotation it is possible to declare private optional storage of it.
- Loading branch information