Whenever I add the TTPhotoViewController to my window , it appears without a top navigation bar and once I tap the image, the bottom navigation overlay and the status bar (the springboard one) will disappear permanently. How do I create a top navigation bar so I can add a button to hide the view after it was shown and how do I restore the overlays/toolbars after a tap?
[window addSubview:viewController.view];
I am not using Three20's messed up URL mapping crap because I see no point in doing that. I think that might be causing the problem but I think there is a sensible solution. Using the URL crap is not a solution for me.