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
isVisibleis set totrue, the logo is intended to be visible on the UI; setting it tofalsehides 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 } 
        
 
          TomTom SDK for iOS (0.51.1)
        
          LogoViewModel