Passing Data: Link Multiple Text Fields into One Summary View Controller

I have a Note-Taking App that helps a User break down there notes based off different areas of that subject.

Details:
4 x View Controllers with a Text Field & “Next” Button
1 x View Controller with 4 x UILabels

What I’m trying to achieve…

  1. User goes to 1st View Controller and types text into TextField, clicks next button
  2. Does the same for the next 3 View Controllers
  3. Lands on Summary View Controller Page that has the information they have just typed in the other Text Fields.

Hi Tom,

I think I understand what you want to achieve but what is the question related to that?

Chris P