LGV_SwipeTab_Base_ViewController

@MainActor
open class LGV_SwipeTab_Base_ViewController : UIViewController, LGV_SwipeTabViewControllerType

This is a class that conforms to the LGV_SwipeTabViewControllerType protocol, and is also a basic UIViewController.

  • This is the “owning” “Tab” controller for this instance. This is set by the main container, as the class is instantiated and loaded.

    Declaration

    Swift

    @MainActor
    public weak var mySwipeTabViewController: LGV_SwipeTabViewController?

Base Class Overrides

  • We might use our container’s navigation controller, if we didn’t specify one, ourselves.

    Declaration

    Swift

    @MainActor
    override open var navigationController: UINavigationController? { get }