Comment on WCStackNavigationController - Based on UINavigationControllerparentComments−nanijoe14yLooks like all the view controllers have to be loaded at start up, unless I'm reading the code too hastily.. Seems to me it would be better to load them up on demand−wessOP14yYou can load them on demand as well, pushViewController when ever you would like.
Comments
Looks like all the view controllers have to be loaded at start up, unless I'm reading the code too hastily.. Seems to me it would be better to load them up on demand
You can load them on demand as well, pushViewController when ever you would like.