UITabBarController

class UITabBarController : UIViewController, UITabBarDelegate, NSCoding
  • The view controller representing the selected tab is assumed to contain the UIScrollView to be tracked

    Declaration

    Swift

    public var childViewControllerForDeck: UIViewController?