Can someone tell me what is the best way to do the following in Xcode (iPhone).
I have a main navigation screen with some buttons on it. When the user presses any of the buttons, they go to the sub-navigation screen with additional buttons on it. Here they press any button and go to the list of parameters. By clicking on any parameter of the list, a screen with some information for the user is displayed. Each of these screens (regardless of which part of the application you are in) will look the same. Only the text and images on these screens will change.
I attached a diagram that could explain it better. What is the best way to handle this in Xcode? I tried to do all this in Stroyboard, as I am new to Objective-C, but just a huge number of separate pages slows my machine down to a crawl. Therefore, rethinking is required.
I also make the Android version of this application, and I use snippets for this. Can anybody help?

EDITOR: Just got to my car, and this is what I have done so far. I understand that this is a complete wrong way to do this. I created a view controller for each "screen" if you want.
So, I just create one view controller for the whole "screen", for example. Individual page by chart, and then dynamically add text depending on the selected screen. Can someone point me towards the textbook or what should I look for? I donβt know where to start with Xcode.

ios xcode
heyred
source share