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

Cancelado Publicado hace 7 años Pagado a la entrega
Cancelado Pagado a la entrega

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 Desarrollo de apps móviles Objective C

Nº del proyecto: #11789378

Sobre el proyecto

Proyecto remoto Activo hace 7 años