Extends Item
Apple.TabBar
An iOS tab bar.
A tab bar positions Apple.TabBarItem children, and manages a single "selected" item.
If you are looking for a complete tab view, try Apple.TabView.
Apple.TabBar { Apple.TabBarItem { systemItem: .Favorites } Apple.TabBarItem { systemItem: .Recents } Apple.TabBarItem { systemItem: .Search } }
property Apple.TabBar.Style style: .Default
The navigation bar background style.
Apple.TabBar.Style.Default
A light background color with dark text.
Apple.TabBar.Style.Black
A dark background color with light text.
property Bool translucent: true
Controls whether the tab bar is translucent. When the bar is translucent, content behind it is blurred and tinted.