SplitViewControllerDestination

@MainActor
public final class SplitViewControllerDestination<UserInteractionType, DestinationType, ContentType, TabType, InteractorType> : SplitViewControllerDestinationable where UserInteractionType : UserInteractionTypeable, DestinationType : RoutableDestinations, ContentType : ContentTypeable, TabType : TabTypeable, InteractorType : InteractorTypeable

A Destination which represents a UIKit UISplitViewController.

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