TKUITripOverviewViewController
public class TKUITripOverviewViewController : TGCardViewController
The TKUITripOverviewViewController
class provides a user interface for viewing a individual trip.
Customisation points:
TKUICustomization
for the visual style of the cardsTKUITripOverviewCard.config
for the trip detailsTKUITripModeByModeCard.config
for the step-by-step details of a trip
-
Configure for showing a previously calculated trip
Declaration
Swift
public init(trip: Trip)
Parameters
destination
The trip object, e.g., previously calculated via
TKRouter
-
Undocumented
Declaration
Swift
required public init(coder aDecoder: NSCoder)