ImageOnboardingIllustrationAdapter

public class ImageOnboardingIllustrationAdapter : OnboardingIllustrationAdapter

The ImageOnboardingIllustrationAdapter class implements the OnboardingIllustrationAdapter protocol to provide an image-based illustration for an onboarding view.

  • Called when the onboarding page appears.

    Declaration

    Swift

    public func pageDidAppear()
  • Called when the onboarding page disappears.

    Declaration

    Swift

    public func pageDidDisappear()
  • Returns a UIImageView instance to be used as the illustration for the onboarding view.

    Declaration

    Swift

    public func injectedView() -> UIView

    Return Value

    A UIImageView instance.

  • Initializes and returns a newly allocated ImageOnboardingIllustrationAdapter object.

    Declaration

    Swift

    public init()
  • Called when the ImageOnboardingIllustrationAdapter object is deallocated.

    Declaration

    Swift

    public func onDeinit()