Protocols

The following protocols are available globally.

  • Delegate protocol for the view controller that displays the list of files (GPXFilesTableViewController).

    Used to inform the main ViewController that user wants to load a GPX File on it.

    See more

    Declaration

    Swift

    protocol GPXFilesTableViewControllerDelegate : AnyObject
  • Delegate protocol of the view controller that displays the list of tile servers

    See more

    Declaration

    Swift

    protocol PreferencesTableViewControllerDelegate : AnyObject
  • This protocol is used to inform the delegate that the elapsed time was updated. Provides the elapsed time as a string

    See more

    Declaration

    Swift

    protocol StopWatchDelegate : AnyObject