I have an application of proof of simulated, which have some modules, and one of this is a screen which need be reloaded for exhibition of same data. Example: I have screen of the question and answers. Like below
Question: bla bla bla?
Item A: X
Item B: Y
Item c: Z
...
the screen remains the same, what needs to be change is the question and answer content item A, item B, etc..
And, I'm loading the informations "hardcode". I'm sure there are other better choice to make this ^^. I would like to use the same screen to load the features. How I can make this? I was looking to page controller, but it's not what I want, I would like to use a navigation controller to navigation with the screens. I have a dictionary of a list of all the questions with answers: itemA, itemB, etc. how I can load this in the "same screen" with the option of next > and < previous?