I’ve been struggling to get TTThumbsViewController to work with my application’s tab bar and navigation. Bit-by-bt, I’ve solved most of the problems. The first problem is what I see when I get to what is supposed to be a full-screen image view. It is creating a white block where the status bar used to be. See screen-shots…
alt text http://irovr.com/img/temp/a01.png
alt text http://irovr.com/img/temp/a02.png
alt text http://irovr.com/img/temp/a03.png
alt text http://irovr.com/img/temp/a04.png
Any suggestions?
I ended up adding the view controller to a navigation controller and modally displaying that.