uikit-uiviewcontroller
Last updated
Was this helpful?
Last updated
Was this helpful?
The UIViewController class can be used to display native user interfaces on iOS platforms. Common examples include a text box for entering a username, or displaying Game Center leaderboards. For API reference on UIViewController, see . For a guide on creating iOS UI in code, see .
The root UIViewController can be used to present custom view controllers. For example, if your project contains a UIViewController named MyLoginViewController, you can display it as follows: