hi; i have a problem, clearly.
when i started the project i had stupidly named my [AppName]ViewController just [AppName]Controller. As i went along i could never get iphone simulator to display more than a blank white screen. upon having made all the connections in interface builder and still facing the same problem, i decided my blank screen may have something to do with a controller vs. viewcontroller just not being recognized. so i changed the name of all controller files (and occurrences in the code) to viewcontroller (or [appnameviewcontroller]). despite some prior research i messed up: the project finder in xcode still comes up with one search result for [appname]controller; namely somehow within my main view nib file (which, btw, is only named [AppName].xib). said finder is unable to replace this last occurrence with the new name.
now i have 2 problems, or one in 2 parts: -still only get a blank screen in iphone simulator -all connections in interface builder are broken (and i was gonna delete and rebuild those, except once i delete the connections there isn't a set of new ones to connect, since it's looking for [AppName]Controller, the old name.
i should note that when run from interface builder the iphone simulator works just great.
what to do? was the "view" part missing from my filenames the original problem, or was the blank screen just a fluke that led me to "destroy" my project? should i just go in and rename all files and occurrences to what they used to be?
thanks in advance to anyone who may have an answer :)