tabs
An array of tabs that the tab bar displays.
Declaration
var tabs: [UITab] { get set }Mentioned in
Discussion
To set the tab bar’s content, assign an array of UITab objects to this property. For more information, see Elevating your iPad app with a tab bar and sidebar.