Very similar to this question, I am trying to convert a project that uses ASIHTTPRequest & ASIFormDataRequest to ARC.
ASIHTTPRequest
ASIFormDataRequest
In my view contr
If you're targeting iOS versions before 5.0, that do not include weak support:
weak
__unsafe_unretained __block ASIFormDataRequest *request = [ASIFormDataRequest requestWithURL:url];