I have an ipad app where i would like to hide and show a category list (kind of like the small view in a split view controller), and the main view which contains a UiNavigationController stack.
I would like to resize the UINavigationController view to fill the whole screen when the category list is hidden, and to shrink when i show the list.
I have it working, except the title of the navigation bar immediately jumps to its new offset when setting the frame within an animation begin/commit block.
Any ideas how to stop the jump of the title?