LayoutSnapshotProtocol
public protocol LayoutSnapshotProtocol
Defines frame of layout block, and child blocks
-
Frame of layout block represented as snapshot
Declaration
Swift
var snapshotFrame: CGRect { get }
-
Snapshots of child layout blocks
Declaration
Swift
var childSnapshots: [LayoutSnapshotProtocol] { get }