SplitViewControllerDestination

@MainActor
public final class SplitViewControllerDestination<EventType, DestinationType, ContentType, TabType, InteractorType> : SplitViewControllerDestinationable where EventType : EventTypeable, 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.