I'm reading the book IOS Programming The Big Nerd Ranch 4th edition.
In the book it says: The project’s template made one additional connection: the view pointer of BNRQuizViewController is connected to the View objectthat represents the background of the application.
Here is the connection inspector from the book
However, in my connection inspector, the view does not have this kind of connection. How can I do this connection?