Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 750 Bytes

File metadata and controls

4 lines (4 loc) · 750 Bytes
  • Another way in which you can define navigation is creating tab bars using TabView and PageTabViewStyle (e.g., YouTube iOS app at the bottom has a tab with buttons that when clicked navigate you to the Home / Explore / Profile pages), but they can also be used to create simple lists, carousels, or other stuff.
  • Besides the simple TabView and Lists, there's also the .badge modifier that is used to provide supplementary information to the user. They can only be used in List rows, Tab Bars and Menus.