Tab Bar
Build a Tab Bar that switches between multiple Pages
1 min read
Tab bars | Apple Developer Documentation
The Tab Bar is one of the most iconic UIs since the iPhone. It places multiple Pages side by side along the bottom, letting you tap a tab to jump straight to each Page. Layerz supports the standard Tab Bar UI of iOS and iPadOS.
Creating one
- From the add menu in the left panel, select Add Tab Bar Container to create a Tab Bar Container.
- Select the Tab Bar Container in the Page list, and the Container section appears in the Inspector.
- Here, select the Pages you want to show as tabs and add them.
Tab icons and titles
The Tab Bar shows an icon and title representing each Page. Since these icon and title are properties of the Page, you should define them carefully ahead of time on each Page you add to the Tab Bar.
A fully custom-designed Tab Bar is planned for a future update. For now, you can easily create a native tab UI using the system default Tab Bar.