Request for member Name in something not a structure or Union
- by Ashutosh
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,