so, I created a Single View Application and I have 30 views in my application, all of the views are the same except of a picture in the center of the view and the 'next' and 'back' buttons that will direct the user to the next screen.
my question is, do I need to create 30 views or I just can programmatically to add more views to create the stack? I mean, when the user click 'next', it will create a new view and the user will redirect to this new view with the properties that I will define for the new view?
thanks alot!