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
enumSwiftyFitType:Int{
/// Original Value
case none =0
/// ~
case flexibleWidth =1
/// ≈
case forceWidth =2
/// ∣
case flexibleHeight =3
/// ∥
case forceHeight =4
/// ∣=(竖的特殊符号 & 等于号)
case flexibleSafeAreaCenterHeight =5
/// ∥=
case forceSafeAreaCenterHeight =6
/// ∣-(竖的特殊符号 & 减号)
case flexibleSafeAreaWithoutTopHeight =7
/// ∥-
case forceSafeAreaWithoutTopHeight =8}
No description provided.
The text was updated successfully, but these errors were encountered: