IOS swift navigation controller correct architecture -


i've started developing first ios app , trying maintain architecture ideas learn right way.

my app has 2 distinct parts not related between each other.

i implemented first part, uses navigation controller go between main view controller needs active time , second view controller shown select options momentarilly.

i want implement second part of app , i'm wondering best way transition , forth between initial view controller, managed navigation controller , new part of app.

i don't want push new view controller on top of root navigation controller view since seems indicate link between both don't want.

is possible create second navigation controller second part of app , change between 2 navigation controller?

sorry if it's vague of question, trying learn best practices without knowing possible in first place.

thanks!


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -