PreferencesTableViewControllerDelegate

protocol PreferencesTableViewControllerDelegate : AnyObject

Delegate protocol of the view controller that displays the list of tile servers

  • User updated tile server

    Declaration

    Swift

    func didUpdateTileServer(_ newGpxTileServer: Int)
  • User updated the usage of the caché

    Declaration

    Swift

    func didUpdateUseCache(_ newUseCache: Bool)
  • User updated the usage of imperial units

    Declaration

    Swift

    func didUpdateUseImperial(_ newUseImperial: Bool)
  • User updated the activity type

    Declaration

    Swift

    func didUpdateActivityType(_ newActivityType: Int)