I have an iPhone app with three pages, each of which allows the user to enter some text. On the final page I want to concatenate all three strings and print it out.
Do I need to make a separate ViewController per page? I am trying to make it work with one ViewController in order to make the variable sharing easier but am not succeeding (crashes when I launch in main.m). If it is NOT possible to do it with one ViewController, how do I pass on the variables I recorded for the concatenation?