ResponsiveLayout
public struct ResponsiveLayout
extension ResponsiveLayout: Equatable, Hashable
-
Declaration
Swift
public var columnCount: Int32
-
Declaration
Swift
public var tiles: [Tile]
-
Declaration
Swift
public init(columnCount: Int32, tiles: [Tile])
-
Declaration
Swift
public static func == (lhs: ResponsiveLayout, rhs: ResponsiveLayout) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)