LogoViewModel

public final class LogoViewModel

LogoViewModel is responsible for managing the visibility state of a logo within a user interface.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • A property that controls the visibility of the logo. When isVisible is set to true, the logo is intended to be visible on the UI; setting it to false hides the logo.

    Declaration

    Swift

    public var isVisible: Bool { get set }
  • Defines the offset of the view. You can specify horizontal and vertical offset to shift view from an original position.

    Declaration

    Swift

    public var offset: UIOffset { get set }