I'm using a storyboard to to lay out my app, and I would like to put a UINavigationController as my root and then UITabViewController as the root of that. The main reasons I'm doing this are to save memory and to reduce the complexity of the controller tree.
So, is this an ok practice, and will this result in a more memory-efficient app than putting a separate nav controller in each tab?