Hi I'm new to ios app dev. I've only done tutorials so far that have covered apps with either nav bars or tab bars. Now I want to make an app combining both.
So, say I have an app with a tab bar at the bottom with two tabs: friends and enemies. In each tab i plan to have a running list of who my friends and enemies are, so it will need an addPerson button on the nav bar of each tab.
given that scenario, what would be the proper way to organize my controllers and views and stuff?
would both my tab controller and my nav controller be pointing to the same view controller?
i'm having trouble conceptualizing how my nav controller(2 nav controllers now?) would work in a more complex app.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…