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

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -