WCStackNavigationController - Based on UINavigationController
1–7 of 7 posts
Re: WCStackNavigationController - Based on UINavigationController
#2Re: WCStackNavigationController - Based on UINavigationController
#3Re: WCStackNavigationController - Based on UINavigationController
#4There's no motivation here to why I, as an iOS developer, would want to use this over UINavigationController. What makes it better? What problem does it solve? The one screenshot it has looks terrible.
Re: WCStackNavigationController - Based on UINavigationController
#5Re: WCStackNavigationController - Based on UINavigationController
#6It's not a UINavigationController replacement. It's a slide menu like facebook, just uses nav controller as inspiration, to make creating slide menus, that are all the rage, easier to setup use and dictate what goes on your navigation list. I will work on a better screen shot, but there isn't much for a screen shot to show. It also uses iOS containment as well.
Re: WCStackNavigationController - Based on UINavigationController
#7It's not a UINavigationController replacement. It's a slide menu like facebook, just uses nav controller as inspiration, to make creating slide menus, that are all the rage, easier to setup use and dictate what goes on your navigation list. I will work on a better screen shot, but there isn't much for a screen shot to show. It also uses iOS containment as well.
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