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
/// Enable automatic scaling of fonts obtained using `UIFontMetrics`/// available on iOS 11+ based on the provided `textStyle` and optional/// `maxPointSize`. If `maxPointSize` is `nil` the font will grow unbounded.@available(iOS 11, tvOS 11,*)
case fontMetrics(textStyle: BonMotTextStyle, maxPointSize: CGFloat?)
Error:
🛑 Enum cases with associated values cannot be marked potentially unavailable with '@available'
The text was updated successfully, but these errors were encountered:
AdaptiveStyle.swift:
Error:
The text was updated successfully, but these errors were encountered: