Handler block method is called twice and image downloads twice issue -- 2

Cancelled Posted 7 years ago Paid on delivery
Cancelled Paid on delivery

There is a situation where the handler block method is called twice, however I called it one time. So I want a way to correct this case.

[HTTPReq postRequestWithPath:@"" class:nil parameters:dictRequest completionBlock:^(id result, NSError *error) {

if (result)

{

NSDictionary *dictResult = result;

if([[dictResult valueForKey:@"message"] isEqualToString:@"success"]){

//if success i download the image..

}

iPhone Mobile App Development Objective C

Project ID: #11789378

About the project

Remote project Active 7 years ago