Let's design the screen that will accept the factors of the model we created as input. The screen will have seven input boxes to accept the factors, one button, and an output textbox to display the predicted result:
Let's work on the storyboard that is required for the app. What is a storyboard? A storyboard displays the screen of content and the transitions between that content. It gives us a visual representation of the application's UI. We get a WYSIWYG (short for what you see is what you get) editor where we can see the changes in real-time.
To open the storyboard, select the Main.storyboard option in ...