Whats the best way to create a menu for my application now that it's already partially complete? The application basically consists of a navigation controller and drill down table. I want to create a view above the navigation controller with a couple buttons that the user could also return to by touching a button somewhere on the nav bar.
That having been said, I've been having trouble implementing the view above the navigation controller. I don't want to start my project from scratch, so what do I do? I've been trying to get change the view that the delegate first loads to a view with my menu on it, but so far I've been unsuccessful. I'm not sure what the best practice here would be. I'm open to fixing this solution, or building it properly in another way if someone can recommend one.
Perhaps I should be loading this view in the RootViewController? I'm just really not sure here.