I want to use ASIHTTPRequest or ASIFormDataRequest in my model class. How can I delegate or detect request status, and return value.
Such as:
I've a Controller having IBAction DoIt:sender. I want to call Connector->DoIt and call my Controller back when connection successfull or fail.
How can I handle it?
Thank you.
Callback based (from documentation):
Block based: