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
Post a Comment