Perhaps I'm confused as to how to access the "navigation view"?
Is there more than one view in a Navigation-based project?
Is the "window view" and "navigation view" the same entity?
I'm calling (in RootViewController.m):
Code:
CGRect rect = self.view.bounds;
This is the "navigation view", correct?
Is self.navigationController.view the same as self.view?
Because they are both returning full screen for me.