Why is my iPhone SDK 3.2 iPad code showing a white screen?
Posted
by Anthony Glyadchenko
on Stack Overflow
See other posts from Stack Overflow
or by Anthony Glyadchenko
Published on 2010-04-16T02:01:40Z
Indexed on
2010/04/16
2:43 UTC
Read the original article
Hit count: 379
I'm trying to get a UISplitViewController working with an iPad app.
I have the table view controller linked up under the Master pane and a plain UIView under the Detail view.
I also have [window addSubview:splitView.view];
in my code.
For some reason I just get a white screen even though the table view controller code is properly coded and linked under my nib.
Any help would be great! Thanks!
Here's where you can find the code: http://drop.io/s28bu4t/asset/mydevice-hd-zip
© Stack Overflow or respective owner