Is it possible to run a block when a delegate receives a message?
For example, if I had a framework that took a void block as a parameter (we'll call it the "success" block), and was using an NSURLConnection delegate to do stuff with those method arguments, when I receive a response from the webpage, how can I call the "success" block passed in the method parameters?
This is really hard for me to explain, and I obviously don't have any code for this, but I can clarify if you have any questions.