How to push a UINavController into a UINavController
For Remindo, I wanted to use the same view for both add and edit. I want the edit version to slide in from the right (navController style) and the new version to slide up from the bottom (modal style).
The edit UI actually has different levels of screens for editing (for specificity of date/time), so it needed to be it's own UINavController, which it turns out is very difficult to push onto an existing navController.
I am working on a full tutorial on how to do this, but until then this link is how my IB files are setup to allow this to work.
