scenee / FloatingPanel

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

Fix Xcode 16 compilation errors #636

Closed WillBishop closed 3 months ago

WillBishop commented 3 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 3 months ago

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

Tibimac commented 1 week ago

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