You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in class SurfaceAppearance @available(iOS 13.0, *)
public lazy var cornerCurve: CALayerCornerCurve = .circular
Error text - "Stored properties cannot be marked potentially unavailable with '@available'"
Steps to reproduce
Just try to build a project
How do you display panel(s)?
Present modally
How many panels do you displays?
1
Environment
Library version
pod 'FloatingPanel', '~> 2.5'
Installation method
CocoaPods
iOS version(s)
iOS 16 beta
Xcode version
XCode 14 beta
The text was updated successfully, but these errors were encountered:
Description
Problem with cornerCurve with XCode 14 beta
Expected behavior
No errors
Actual behavior
in class SurfaceAppearance
@available(iOS 13.0, *)
public lazy var cornerCurve: CALayerCornerCurve = .circular
Error text - "Stored properties cannot be marked potentially unavailable with '@available'"
Steps to reproduce
Just try to build a project
How do you display panel(s)?
Present modally
How many panels do you displays?
1
Environment
Library version
pod 'FloatingPanel', '~> 2.5'
Installation method
CocoaPods
iOS version(s)
iOS 16 beta
Xcode version
XCode 14 beta
The text was updated successfully, but these errors were encountered: