To preface this I am brand new to iPhone programming, and unfortunately object-oriented languages as a whole. I'm doing ok getting my bearings and building a couple simple apps, but I am having a huge amount of trouble with tutorials that were written on older Xcode versions, and some stuff isn't translating. My biggest issue is that outlets that I create in the header file don't seem to show up in IB no matter what I do.
As a test, I am basically just trying to read a text file into an NSArray, and then populate a UITableView with said array, but like I said, am running into outlet issues. Can anyone more knowledgeable give me some tips?
As a test, I am basically just trying to read a text file into an NSArray, and then populate a UITableView with said array, but like I said, am running into outlet issues. Can anyone more knowledgeable give me some tips?