VisualInstructionDelegate
The VisualInstructionDelegate
protocol defines a method that allows an object to customize presented visual instructions.
-
label(_:willPresent:as:)
Default implementationCalled when an InstructionLabel will present a visual instruction.
Note
This delegate method includes a default implementation that prints a warning to the console when this method is called. SeeUnimplementedLogging
for details.Default Implementation