SplitViewController

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

A UISplitViewController subclass which can be used as an interface for a SplitViewControllerDestination.