Let's get right back into fleshing out our Login/Walkthrough component by first introducing a UITextView component at the bottom of our cells. Next we'll create our Page model object that will act as a container for data, namely a page image name, title string, and message string.
Finally we'll look at how to use an NSAttributedString object to combine multiple strings with different formatting into one object. Doing so, we can easily setup a single UITextView component to include all of the messaging per page.