Comment on page
Display Tab bar
A tab bar provides the ability to quickly switch between different sections of an app.
A tab bar is a good way to flatten your information hierarchy and provide access to several peer information categories or modes at once.


To add iOS-like tabs to existing project:
- 1.Select Navigation layer in Navigator
- 2.Select File > Import
- 3.Open
TabsIOS.pmc
file from components folder - 4.Tab Bar group will be added
To create new project with iOS-like tabs:
- 1.Select File > New
- 2.Open Templates tab
- 3.Select Tabbed project in iOS section
To add Android-like tabs to existing project:
- 1.Select Navigation layer in Navigator
- 2.Select File > Import
- 3.Open
TabsAndroid.pmc
file from components folder - 4.Tab Bar widget will be added
To create new project with Android-like tabs:
- 1.Select File > New
- 2.Open Templates tab
- 3.Select Tabbed project in Android section
Last modified 3yr ago