Can you "jump to run loop"?

71 views Asked by At

I'm into the production phase of my first major OSX application using xCode. It is an eCommerce app accessing eBay with numerous buttons initiating various api calls, and then parsing and displaying the results. It's gotten pretty big and as you can imagine for my first xCode app, the code structure isn't optimum. But it's in production now and I don't want to risk major restructuring.

My questions is: there are several points in the code, numerous method calls deep, where I would just like to hop back into the run loop and wait for a button press. Doing all the returns necessary to get there is not practical at this point.

Is there a method to "GOTO" the run loop?

Thanks!

0

There are 0 answers