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:
TKUICustomization
for the visual style of the cardsTKUITimetableCard.config
for the list of departures
Declaration
Swift
public class TKUITimetableViewController : TGCardViewController
-
Undocumented
See moreDeclaration
Swift
public protocol TKUITimetableViewControllerDelegate : TGCardViewControllerDelegate
-
A card that lists all the departures from a public transport stop (or a list thereof).
See moreDeclaration
Swift
public class TKUITimetableCard : TKUITableCard
extension TKUITimetableCard: UISearchBarDelegate
extension TKUITimetableCard: TKUITimePickerSheetDelegate
extension TKUITimetableCard: UITableViewDelegate
-
Undocumented
See moreDeclaration
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 moreDeclaration