Hacker News new | ask | show | jobs
by wess 5155 days ago
It'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.
1 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.