hi i have an array of cllocation values, i need to store that array in userdefaults…how do i do it…?
hi these where i add object to my array:
[AM_locationMP.favArray addObject:[AM_locationMP.locationData objectAtIndex:AM_locationMP.indexno]];
where location data is array of location placemark values .
where maplocationVO class is for placemark
MapLocationVO *currentMapLocation;
[AM_delegate.locationData addObject: currentMapLocation];
this should be enough to write it: