iPad After drill down in Split View's Master View, Detail View will not load.

Posted by Stuart on Stack Overflow See other posts from Stack Overflow or by Stuart
Published on 2010-04-30T01:45:21Z Indexed on 2010/04/30 1:47 UTC
Read the original article Hit count: 780

Hi, completely new to coding other than html. I have an iPad app based on the MultiDetailsView/SplitView sample in Xcode. I have a master view that drills down and loads new detail views, both at the same time when needed. But when I do drill down the lower views will not load their new detail views. If I change the master 'RootViewController' in the Main nib to any of my other navigation views they will load their correct detail views.

I think it could be that my lower views are somehow not connected to the SplitViewController. I have tried many things but I am just guessing.

Any help with this would be great, thanks!

© Stack Overflow or respective owner

Related posts about ipad

Related posts about ipad-splitview