UIViewController QML Type

TODO: doc More...

Import Statement: import .
Inherited By:

UINavigationController, UITabBarViewController, and UITableViewController

Detailed Description

UIViewController is the common container for a page of your application. It typically fill out the whole screen and contains views and controls.


  import jsee23.qmluikit 0.1

  //...
  UIViewController {
      title: "My Super App"

      UIButton {
          //...
      }

      UISlider {
          //...
      }

      //...
  }
  //...

Property Documentation

[read-only] height : int

TODO: doc


TODO: doc


TODO: doc


[read-only] statusBarHeight : int

TODO: doc


tabBarItem : UITabBarItem

TODO: doc


title : string

TODO: doc


[read-only] view : UIView

TODO: doc


[read-only] width : int

TODO: doc


Method Documentation

void presentViewController(UIViewController *controller)

TODO: doc