Contents

isSnapshot

A Boolean value that indicates whether the controller is a snapshot of a controller.

Declaration

var isSnapshot: Bool { get }

Discussion

If true, the controller is a snapshot of a controller. A snapshot is a copy of a real or virtual controller at a moment in time with its current element values. If false, the controller is a real or virtual controller.

See Also

Creating snapshots