UIWindow working right??
I followed Apple's tutorials, but every time I try to use IB to create my interface all I get is my UIWindow - the UIViewController doesn't seem to be doing anything and my one UIView isn't getting displayed. I'm about to drop IB and just do it all in code, which will suck but at least it works and I can debug that. Honestly, if my wife wasn't expecting me to actually write this app I would have given up long ago - writing this in Visual Studio for the WinMobile platform was *nowhere* this difficult. I could easily bind a function/"message" to a button-click event, and show/hide forms/panels easily. I'm finding this whole 'one window multiple views use a controller, oh and we're going to shove MVC down your throat' to be rather annoying. At least if I write the code myself I can make the app work, but then I have to handle the memory management of the objects too...
|