More often than not, apps have more than one page—in our previous chapter, we used a cool way of switching between our lists using a segmented style picker, but for pages that visually and logically look different, we require a completely different view.
In this section, we are going to create a dedicated page for our recipe. We'll use Image Views (for a picture of our recipe), Text Views for our recipe details, and we'll revisit PickerView and look at the alternative options that this affords us.