Documentation

Tab Bar UI

How to set up a Tab Bar Interface

1 min read

Tab bars | Apple Developer Documentation

If you had to name the most iconic UI element since the iPhone was introduced to the world, it would be the Tab Bar Interface.

A Tab Bar arranges multiple Scenes horizontally and is the most important UI that allows users to intuitively navigate to each Scene with a single tap from the most accessible position.

In Layerz, the default iOS and iPadOS Tab Bar UI is currently supported for building Tab Bars.

(Full custom design support will be provided in a future update.)

The Tab Bar UI intuitively displays an icon and title representing each Scene.

Since the icon and title are properties of the Scene, the Scenes included in the Tab Bar should have their icon and title properly defined.

To create a Tab Bar Container, use the Add Tab Bar Container menu to create a new Container Scene.

Select the Tab Bar Container from the Scene List, and you can see the Container area in the Inspector.

Simply select and add the Scenes you want here.

Create a beautiful Tab Bar Interface the easy way.