I am building a screen that will have a tutorial article, and is obviously going to be longer than just one screen. Here is a screen shot of what I am building:

This is a first page like this I ever built, so I am not sure how to enable scrolling. So far I just typed the text into the labels by hand, and had to remember the shade of blue that I used for the heading, but this feels like an incredibly wrong approach in this case.
How do I make the page scroll for me so I can add more labels, and how do I create a universal style for the labels and the headings?
Thank you!
You could create your article as HTML with CSS for formatting and then make the view that contains it a
UIWebView.Example: