Xojo Documentation
Xojo Documentation
Home
Getting Started
Get Started with Xojo
QuickStarts
Tutorials
Pi Programming
More Guides
Resources
In-Depth Guides
User Guide
Language Reference
Resources
Release Notes
System Requirements
Deprecations
Videos
Feedback
About
Usage
Copyrights and Trademarks
Tools
What links here
Related changes
Special pages
Printable version
Permanent link
Page information
iOSTabBar.AddTab
From Xojo Documentation
Method
iOSTabBar
.AddTab
(content As
iOSTabContent
)
Supported on Mobile(iOS).
Adds an iOSView to the tab bar.
Sample Code
This code (on a View) add View3 to the TabBar:
If
Self
.
ParentTabBar <>
Nil
Then
Var
v
As
New
View3
Self
.
ParentTabBar
.
AddTab(v)
End If
Category
:
Methods