tabBarController
The nearest ancestor in the view controller hierarchy that is a tab bar controller.
Declaration
var tabBarController: UITabBarController? { get }Discussion
If the view controller or one of its ancestors is a child of a tab bar controller, this property contains the owning tab bar controller. This property is nil if the view controller is not embedded inside a tab bar controller.