I’m using the iPhone SDK 4.0 and I want to connect IBOutlet UIImageView *block; to more than one image on the view in interface builder. However, whenever I try and link the second image, the first image becomes disconnected.
How can I connect two images to the same IBOutlet code?
I’m using the iPhone SDK 4.0 and I want to connect IBOutlet UIImageView *block;
Share
IBOutlet variables have a one-to-one relationship with objects in interface builder. Therefore you will have to have another variable.