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
navigationItem : UINavigationItem |
TODO: doc
Method Documentation
void presentViewController(UIViewController *controller) |
TODO: doc