36typedef struct TabViewControllerInterface TabViewControllerInterface;
67struct TabViewControllerInterface {
72 ViewControllerInterface viewControllerInterface;
Tabbed pages within a single View.
TabViewItems embed Views in a TabView.
#define OBJECTIVELYMVC_EXPORT
A ViewController manages a View and its descendants.
TabViewControllers arrange and manage their child ViewControllers in a tab view interface.
TabViewControllerInterface * interface
The interface.
ViewController viewController
The superclass.
TabView * tabView
The TabView.
Class * _TabViewController(void)
The TabViewController archetype.
TabViews allow for the display of multiple pages of information within a single view.
TabViewItems embed Views in a TabView.
A ViewController manages a View and its descendants.