Hello,
I am working on a very small (one view) iPhone app (iOS 4.0.2 on Xcode 3.2.3) and I think that I am missing something in how I have made my IBOutlet and IBAction connections in IB. I am hoping that one (or several) of you kind folks out in the ether will be willing to connect to my dropbox and dl the project and give me a hint as to where I have screwed up?
I have been working on this for a few days (well a bunch of hours over about three days) and have not found my error yet....
::sigh::
Is anyone game for this? Here is the link if you are: http://dl.dropbox.com/u/5271440/picChoice.zip
ABOUT THE APP:
When run, this app should throw up a window on the simulator which contains a UIImageView, UILabel and a UISegmentedControl. The UIImageView should display a default image, the UILabel should display a default string, and when any segment is touched on the UISegmentedControl, the image and label should change accordingly.
I had this working on the simulator for awhile, but when I loaded it on my iPhone, I found a bunch of crashers (bad array initializations and pointer problems. I am learning....)
After seemingly 'fixing' the crashing errors, I seem to have broken my connections never to function properly again....
Any and all assistance is sincerely appreciated!
Kind regards,
Steve O'Sullivan