Closed WillBishop closed 5 months ago
It seems Apple changed their intializer of CALayerCornerCurve, so I've cast the private _cornerCurve to Any, but the public variable keeps its type-checking.
_cornerCurve
Any
Awesome! I had no idea there was such a concise solution. Thank you very much!
Anyone have an idea why the fuck Xcode had a problem with this type while it was introduced in iOS 13 !?
It seems Apple changed their intializer of CALayerCornerCurve, so I've cast the private
_cornerCurve
toAny
, but the public variable keeps its type-checking.