CGA_WatchOS_BaseInterfaceController
class CGA_WatchOS_BaseInterfaceController : WKInterfaceController, CGA_WatchOS_Base_ProtocolThis is a base class for screen instance View Controllers.
- 
                  
                  This is a stored property that each screen sets to its ID. DeclarationSwift var id: String
- 
                  
                  Simple accessor to the main extension delegate instance. DeclarationSwift var extensionDelegateInstance: CGA_WatchOS_ExtensionDelegate? { get }
- 
                  
                  Returns the Central manager BlueThoth instance. DeclarationSwift var centralManager: RVS_BlueThoth? { get }
- 
                  
                  This accesses our stored preferences. DeclarationSwift var prefs: CGA_PersistentPrefs? { get }
- 
                  
                  Displays an alert. DeclarationSwift func displayAlert(header inTitle: String, message inMessage: String = "")ParametersinTitleREQUIRED: a string to be displayed as the title of the alert. It is localized by this method. messageOPTIONAL: a string to be displayed as the message of the alert. It is localized by this method. 
- 
                  
                  Default does nothing. It has to be objc dynamic, to allow override. DeclarationSwift @objc dynamic func updateUI()
- 
                  
                  Called just before the view activates. DeclarationSwift override func willActivate()
- 
                  
                  Called just after the view deactivates. DeclarationSwift override func didDeactivate()
 View on GitHub
            View on GitHub
           CGA_WatchOS_BaseInterfaceController Class Reference
      CGA_WatchOS_BaseInterfaceController Class Reference