From the course: iOS Lean Controllers: 1 Setup, Persistent Data, and Implementation

Unlock this course with a free trial

Join today to access over 22,500 courses taught by industry experts.

Implementing the user interface in storyboards

Implementing the user interface in storyboards

- [Instructor] Hi in the last lecture, we learned how to prototype or trade wireframes for our grocery application using keynote. And in this lecture, what I'm going to do is, I'm going to create a brand new project and set up some of the configuration the required stuff to get started with our application. So I'm using X code 8.1 and I have select single View application. Next, what do you want to call your application? I'm just going to call it my grocery. And next, and save it in some directory, and there we go. We have created the boiler level code four application. Now this is all the default code. I haven't really added anything as you can see. And if you run the app you'll just see a blank white screen Let's go to the storyboard. This is what you see in the storyboard. It's a view controller. Now looking at the keynote that we just did. So let me see if I can... actually open it up. Here we go. The wire frame, looking at the keynote, it's a list, right? It's a list of shopping…

Contents