OnboardingImageView

public class OnboardingImageView : UIView

The OnboardingImageView class represents a custom UIView used for displaying onboarding illustrations.

  • The object responsible for providing the illustration to be displayed in the view.

    Declaration

    Swift

    public var illustrationAdapter: OnboardingIllustrationAdapter?
  • The icon to be displayed in the view.

    Declaration

    Swift

    public var icon: UIImage? { get set }
  • Sets up the view by adding an imageView to the view hierarchy.

    Declaration

    Swift

    public func setupView()