OnboardingIllustrationAdapter

public protocol OnboardingIllustrationAdapter : InjectedViewAdapter

Adapter for injecting a custom onboarding illustration with a custom animation for the onboarding page.

  • Called when the page appears on screen. If you use animations, then you can start the animation here.

    Declaration

    Swift

    func pageDidAppear()
  • Called when the page disappears. If you use animations, then you can stop the animation here.

    Declaration

    Swift

    func pageDidDisappear()