TabBarControllerDestination

@MainActor
public final class TabBarControllerDestination<PresentationConfiguration, TabControllerType> : TabBarControllerDestinationable where PresentationConfiguration : DestinationPresentationConfiguring, TabControllerType : TabBarControllerDestinationInterfacing, PresentationConfiguration.DestinationType == TabControllerType.DestinationType, PresentationConfiguration.TabType == TabControllerType.TabType

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.