how to read the fields in the object that is store in the array in objective-c
- by uttam
my appdelegate is having the array book, this array is storing the many object. this object are containing the many latitude and longitude values coming from server.
and later i want to assing that values to the coordinate of the cllocationcoordinate2d object.
how can i read that values of latitude and longitude store in the object and that objects are store in the array.