VisualInstructionDelegate

The VisualInstructionDelegate protocol defines a method that allows an object to customize presented visual instructions.

  • label(_:willPresent:as:) Default implementation

    Called 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. See UnimplementedLogging for details.

    Default Implementation