ciao, devo implementare chiamate rest nella mia app. ho esequito la chiamata in post e sempra che vada buon fine; viene eseguito il success.
[self post:@"url" parameters:parameters success:^(nsurlsessiondatatask *task, id responseobject) { } failure:^(nsurlsessiondatatask *task, nserror *error) { }]; the problem not know how display result of call. can suggest ?
Comments
Post a Comment