I have been trying to integrate the TTPhotoViewController into a UITabBarController for a while but have not succeed.
The TTPhotoViewController works fine in a stand-alone fashion but I can't "press it" into a TabBar.
Has anyone come across an example that would do it?
Your help is much appreciated.
Works in tabbarcontroller if you place the view controller inside a navigation controller, although it seems to have interfered with my subclassing of tabbarcontroller which I had implemented in order to have landscape orientation enabled for one of the views (to show video).