ScreenInch
public struct ScreenInch : RawRepresentable, Equatable, Hashable, Sendable
可扩展屏幕尺寸
-
Declaration
Swift
public typealias RawValue = Int
-
Undocumented
Declaration
Swift
public static let inch35: ScreenInch
-
Undocumented
Declaration
Swift
public static let inch40: ScreenInch
-
Undocumented
Declaration
Swift
public static let inch47: ScreenInch
-
Undocumented
Declaration
Swift
public static let inch54: ScreenInch
-
Undocumented
Declaration
Swift
public static let inch55: ScreenInch
-
Undocumented
Declaration
Swift
public static let inch58: ScreenInch
-
Undocumented
Declaration
Swift
public static let inch61: ScreenInch
-
Undocumented
Declaration
Swift
public static let inch63: ScreenInch
-
Undocumented
Declaration
Swift
public static let inch65: ScreenInch
-
Undocumented
Declaration
Swift
public static let inch67: ScreenInch
-
Undocumented
Declaration
Swift
public static let inch69: ScreenInch
-
Declaration
Swift
public var rawValue: Int
-
Declaration
Swift
public init(rawValue: Int)
-
Undocumented
Declaration
Swift
public init(_ rawValue: Int)