


We will transform the boring template from this: How to wire up storyboards with Java code via actions and outlets.The basics of Xcode and the integrated Interface Builder.How to create storyboard-based RoboVM iOS App.To accommodate different screen sizes, auto-layout can be used, which lets you define the relationships between UI elements, such as their size and relative spacing.Īt the end of the tutorial you'll have an understanding of: A scene is controlled by a view controller which interacts with views within the scene, such as buttons, labels, and text fields. A single storyboard can contain multiple scenes, each corresponding to a specific screen of your application.

User interfaces are usually defined in so called storyboards. Interface Builder is part of Xcode and allows the creation of user interfaces for iOS apps via a WYSIWYG editor. This tutorial takes you through the process of creating a simple user interface with RoboVM using Interface Builder.
