In this chapter, we learned some details about storyboards. We will explore these later in the book. Adding a visual item to a storyboard turned out to be easy. We discussed two different ways to hook up a code to user interaction, and then we showed a nice way to manage other views. After this chapter, you should be able to add basic interactivity to different visual components. Also, everything which is done through a storyboard can be achieved with pure code, but it takes a lot more code.
In the next chapter, we will discuss different data structures that should be used while working with data. We will focus on experimenting with different protocols and the presentation of the data in iOS apps.