scenee / FloatingPanel

A clean and easy-to-use floating panel UI component for iOS
MIT License
5.61k stars 510 forks source link

Fix Xcode 16 compilation errors #636

Closed WillBishop closed 5 months ago

WillBishop commented 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.

scenee commented 5 months ago

Awesome! I had no idea there was such a concise solution. Thank you very much!

Tibimac commented 2 months ago

Anyone have an idea why the fuck Xcode had a problem with this type while it was introduced in iOS 13 !?