ios - Using multiple storyboards all created in different projects and loading them from a menu system xcode -


i new ios developer. have created 5 simple applications - of different , have no related files.

i faced having 5 separate ios apps. wish make menu system , load each app here...

is possible?

theoretically, should possible. have not tested out myself , take grain of salt :) might have remove "is initial view controller" setting 5 storyboards none of initial view controllers load - not quite sure if needed or not, might worth trying.

then, in menu, instantiate first view controller each of storyboards when relevant button clicked , push new view controller on navigation stack, or, display view controller modally, depending on want.

i believe above should work but, mentioned before, have not tested myself. if run issues, ping me here , i'd happy help.


Comments

Popular posts from this blog

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

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

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