Int
extension Int: BasicType
extension Int: WrapperCompatible
extension Int: AnyModel
extension Int: JSONSubscriptType
extension Int: CacheMMKVCompatible
-
获取相对设计图宽度等比例缩放值
Declaration
Swift
public var relativeValue: CGFloat { get }
-
获取相对设计图宽度等比例缩放时的固定宽度值
Declaration
Swift
public var fixedValue: CGFloat { get }
-
获取基于当前设备的倍数像素取整值
Declaration
Swift
public var flatValue: CGFloat { get }
-
获取向上取整值
Declaration
Swift
public var ceilValue: CGFloat { get }
-
Declaration
Swift
public static func readMMKV(_ mmkv: MMKV, forKey key: String) -> `Self`?
-
Declaration
Swift
public static func writeMMKV(_ mmkv: MMKV, forKey key: String, value: Any)