i\'m having a hard time with Xcode; for some reason, it just won\'t let me pass a variable from one view controller class to another. It should work, i was basically just co
Just a guess, but did you try using the arrow operator -> instead of the dot operator . ?
->
.
resultadosControllerCell->array_resultados = [self array_resultados];