snapshotData
The flattened control input values for the snapshot.
Declaration
var snapshotData: Data { get set }Discussion
You can assign another NSData object containing snapshot data to this property. The elements of the snapshot are updated to the values stored in the flattened data. This triggers any value handlers attached to those elements.