InstructionsBannerViewDelegate
InstructionsBannerViewDelegate
provides methods for reacting to user interactions in InstructionsBannerView
.
-
didTapInstructionsBanner(_:)
Default implementationCalled when the user taps the
InstructionsBannerView
.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
-
didSwipeInstructionsBanner(_:swipeDirection:)
Default implementationCalled when the user swipes either left, right, or down on the
InstructionsBannerView
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
-
didDragInstructionsBanner(_:)
Extension method