Size

public struct Size : Decodable

The size of a device.

  • Number of columns a device has.

    Declaration

    Swift

    public let columns: Int
  • Number of rows a device has.

    Declaration

    Swift

    public let rows: Int