Adding a settings screen – a TableView masterclass
Views really come into their own when they are added to other controls, which we will see later in this chapter. We will also see them being used to control the layout of other elements. However, first of all, it's time to make something simple but useful with our app.
In this example we are going to use a table view to create a setting screen for the app. It's just one of the many uses there are for a table view. It's a versatile item that crops up in many places such as your contact list and your e-mail inbox. It is a very useful tool. We will now create a settings screen similar to that shown in the previous example.