UINavigationController creating a blank view out of thin air?
- by Alex Gosselin
Ok, this one is really weird... I can't show code for it exactly cause it follows a pretty snake-like pattern through subclasses etc, there would be a pile of it.
The important parts are that I push a view controller, which during viewWillAppear pushes another view controller onto the nav controller.
My nav controller is an item in a tab bar.…