The skeleton app and register screen
Let's start the implementation of the app and let's begin with the Register screen.
The skeleton app
As usual, we create a new Single View application app, called ASAP, which, for the sake of simplicity, will be a portrait-only app:
- Let's create a Register group where we'll add a
RegisterViewController
class and a Storyboard calledRegister.storyboard
. - Add a
UIViewController
class to the scene, and define it as theRegisterViewController
class: - To keep the instantiation simple, set it as the initial View Controller in the Storyboard:
- Moving to the class, we define a
factory
method to instantiateRegisterViewController ...
Get Swift: Developing iOS Applications now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.