Re: iPad UIViewController craziness

2010-05-10 Thread Rafael Cerioli
If you can't see the view, I'd say that the NIB file might not be loaded properly. You should check if your current target points toward the info.plist file you expect (project, edit active target, build tab, check Info.plist file), and then check that your info.plist mentions the right NIB (ke

Re: iPad UIViewController craziness

2010-05-10 Thread Luke the Hiesterman
For problems like this, you should post a sample project. Otherwise, it's just a guessing game as to what might be missing. Luke On May 10, 2010, at 1:10 PM, banane wrote: > I'm porting an iPhone app to the iPad, and am having issues getting my > view to appear. I have a sample app I've created

iPad UIViewController craziness

2010-05-10 Thread banane
I'm porting an iPhone app to the iPad, and am having issues getting my view to appear. I have a sample app I've created, and done nothing to (except change background color). BTW I can do this many different ways in iPhone, it's just issues in the iPad I'm having. I brought the XIB and Classes fro