UISplitViewController programmtically without nib/xib, thank you.

Posted by Steve on Stack Overflow See other posts from Stack Overflow or by Steve
Published on 2010-05-03T10:47:54Z Indexed on 2010/05/03 10:58 UTC
Read the original article Hit count: 1213

Hi,

I usually create my projects without IB-stuff. The first thing I do is to strip off all references to xibs, outlets updated plist, etc and so forth. No problems, works great (in my world)!

Now, I just installed 3.2 and tried to develop my first iPad app. Following same procedure as before, I created a UISplitView-based application project and stripped off all IB-stuff. Also, I followed the section in Apple's reference docs: "Creating a Split View Controller Programmatically", http://bit.ly/axgYAs, but nevertheless, the Master-view is never shown, only the Detail-view is (no matter what the orientation is). I really have tried to carefully look this through but I cannot understand what I have missed.

Is there a working example of a UISplitViewController without the nibs floating around somewhere? I have googled but could not find any. Or do you know what I probably have missed?

Regards, /Steve

PS. Spare me the lesson why I should use the IB ;-) DS.

© Stack Overflow or respective owner

Related posts about uisplitviewcontroller

Related posts about ipad-splitview