Request for member Name in something not a structure or Union

Posted by Ashutosh on Stack Overflow See other posts from Stack Overflow or by Ashutosh
Published on 2010-12-27T22:46:47Z Indexed on 2010/12/27 22:54 UTC
Read the original article Hit count: 201

Filed under:
|

Hey Folks,

I am trying to Call the webservices in my app and while checking it in console it's showing the number of objects. (as i am using the Mutable array) and then while trying to display the name of the objects (here it's location) it's giving me an error in this line

for (SDZArrayOfLocationWithLatestGrades* location in a) {

NSLog(@" - %@", location.Name); // error here and a is the mutable array

} PLease help me with this and Happy New Year to All!!!!!!

Thanks,

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about xcode