I’m running the TTCatalog project (without modifying it) from the Three20 samples on the iPad.
I noticed that when the App is in the Portrait mode I can’t change the “Detail” View controller (or the rightNavigator) content through the Pop over that is showed by clicking in the top left Bar button item.
If I rotate the device to the Landscape orientation, I can select any of the leftNavigator items and see their corresponding content on the rightNavigator.
How can I achieve the same effect in the portrait orientation using the TTSplitViewController?
Thanks
UPDATE
This issue only happens when using the iOS 5.0, running on iOS 4.3 is OK.
I encountered the same problem yesterday.
I wrote a path to the three20 trunk in TTBaseNavigator.m replacing navigatorForView:view with the following
This morning I found out a pull request on github fixing it. I think it is better than mine. You can find it here : https://github.com/facebook/three20/pull/746
Hope this help