Cache
public struct Cache
A shared computation between sizeThatFits
and placeSubviews
.
-
The minimal size of the view.
Declaration
Swift
var minSize: CGSize
-
The cached columns
Declaration
Swift
var columns: (Int, [Column])?