Chapter 6. Setting Up UI
When you start using Storyboard, it can be a bit overwhelming as with most things that you do for the first time. The hardest part for most is getting used to all of the panels. As you get more comfortable, you will see that it will become easier, and jumping from panel to panel will become second nature to you.
In the last chapter, we created our project and set up our Tab Bar Controller. We also started working on creating our custom title view. In addition, we have some basic understanding of UI terms, such as storyboards, segues, and all the different controllers.
In this chapter, after cleaning up the custom title view, we will turn our attention to Collection View UI setup as well as Map UI setup. We will focus on the visual side of our app in this chapter, and before we reach the end of this chapter, we will do a little bit of Swift.
We will cover the following in this chapter:
- Design Clean Up
- Collection View
- Map Kit View
- Refactoring the Storyboard
- Folder...