iShowcaseDelegate

Undocumented

  • Called when the showcase is displayed

    • showcase: The instance of the showcase displayed

    Declaration

    Swift

    @objc optional func iShowcaseShown(_ showcase: iShowcase)
  • Called when the showcase is removed from the view

    • showcase: The instance of the showcase removed

    Declaration

    Swift

    @objc optional func iShowcaseDismissed(_ showcase: iShowcase)