I have a situation where I'd like a button to respond to two different IBAction methods. Is there a way that I can force a particular method first? When I look at the buttons connections in IB they are in the correct order, but they consistently perform in the opposite order.
+1
A:
I don't believe so, but why not just call one action from the other?
Andrew Grant
2009-03-10 21:22:44
A:
Deleting all the connections in IB then reconnecting in the order I require seemed to work.
Alan
2009-03-10 22:03:41