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() -> UIViewReturn 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() 
    
        
            View on GitHub
          
      ImageOnboardingIllustrationAdapter Class Reference