how to read the fields in the object that is store in the array in objective-c

Posted by uttam on Stack Overflow See other posts from Stack Overflow or by uttam
Published on 2010-05-12T09:09:22Z Indexed on 2010/05/12 9:14 UTC
Read the original article Hit count: 93

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone