This chapter is about storyboards, adding views, and making our app interactive. It explains how to hook up the UI components from the storyboard to the code. You will learn how to detect different user actions.
In this chapter, we will cover these topics:
- Storyboards
- Basic visual components in iOS
- How to add views
- How to link them to the code
- When to use storyboards or pure code