views:

692

answers:

2

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
A: 

Deleting all the connections in IB then reconnecting in the order I require seemed to work.

Alan