TabBarControllerDestination

@MainActor
public final class TabBarControllerDestination<ControllerType, EventType, DestinationType, ContentType, TabType, InteractorType> : TabBarControllerDestinationable where ControllerType : TabBarControllerDestinationInterfacing, EventType : EventTypeable, DestinationType : RoutableDestinations, ContentType : ContentTypeable, TabType : TabTypeable, InteractorType : InteractorTypeable

A Destination which represents a UIKit UITabViewController.

This is a generic Destination that can be used to represent most UITabViewControllers in a UIKit-based app.