i am getting this warning “Incopatible Pointer to integer conversion sending nsstring to parameter of type ‘NSUIInteger’ (aka unsigned Int)” in the below statement how to resolve this please guide Thanks in advance.
DetailTitLbl.text=[lat_long_Array objectAtIndex:parTbl.placemark_Title];
parTbl.placemark_Title–> is of type string stored in the core data table.
Any guidance will be greatly appreciated.
Try this