Layout
internal struct Layout
Undocumented
-
Undocumented
Declaration
Swift
internal typealias SeparatorOrigins = (horizontal: ComputedArray<Int, CGFloat>, vertical: ComputedArray<Int, CGFloat>)
-
Undocumented
Declaration
Swift
internal let separatorWidth: CGFloat
-
Undocumented
Declaration
Swift
internal let titleFrame: CGRect?
-
Undocumented
Declaration
Swift
internal let gridFrame: CGRect
-
Undocumented
Declaration
Swift
internal let cellFrames: ComputedCollection<CellIndex, CGRect, CellIndices>
-
Undocumented
Declaration
Swift
internal let separatorOrigins: SeparatorOrigins
-
Undocumented
Declaration
Swift
internal var isContentsFlippedHorizontally: Bool { get }
-
Undocumented
Declaration
Swift
internal var titleContentFrame: CGRect { get }
-
Undocumented
Declaration
Swift
internal init?(view: CPCMonthView)
-
Undocumented
Declaration
Swift
internal func isValid(for view: CPCMonthView) -> Bool
-
Undocumented
Declaration
Swift
internal func cellIndex (at point: CGPoint, treatingSeparatorPointsAsEarlierIndexes flag: Bool = false) -> CellIndex?
-
Undocumented
Declaration
Swift
internal func cellIndex(forRow row: Int, column: Int) -> CellIndex
-
Undocumented
-
Undocumented
Declaration
Swift
internal func horizontalSeparatorIndexes(for rows: CountableRange<Int>) -> CountableClosedRange<Int>
-
Undocumented
Declaration
Swift
internal func verticalSeparatorIndexes(for columns: CountableRange<Int>, includeLeading: Bool, includeTrailing: Bool) -> CountableClosedRange<Int>