Timetables

  • The TKUITimetableViewController class provides a user interface for viewing the departures from a public transport stop or for viewing the public transport connections between two public transport stops.

    Upon selection of a departure by the user, the details of the service will be displayed.

    Customisation points:

    See more

    Declaration

    Swift

    public class TKUITimetableViewController : TGCardViewController
  • Undocumented

    See more

    Declaration

    Swift

    public protocol TKUITimetableViewControllerDelegate : TGCardViewControllerDelegate
  • A card that lists all the departures from a public transport stop (or a list thereof).

    See more

    Declaration

    Swift

    public class TKUITimetableCard : TKUITableCard
    extension TKUITimetableCard: UISearchBarDelegate
    extension TKUITimetableCard: TKUITimePickerSheetDelegate
    extension TKUITimetableCard: UITableViewDelegate
  • Undocumented

    See more

    Declaration

    Swift

    @MainActor
    public protocol TKUITimetableCardDelegate : AnyObject
  • A card that lists the route of an individual public transport service. Starts at the provided embarkation and optionally highlights where to get off.

    See more

    Declaration

    Swift

    public class TKUIServiceCard : TKUITableCard
    extension TKUIServiceCard: UITableViewDelegate