GPXFilesTableViewControllerDelegate

protocol GPXFilesTableViewControllerDelegate : AnyObject

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.

  • GPXFilesTableView controller will be dismissed after calling this method

    Declaration

    Swift

    func didLoadGPXFileWithName(_ gpxFilename: String, gpxRoot: GPXRoot)