i hv problem substituting placemark data into my customised callout,
- (NSString *)subtitle
{
return placemark.country;
}
when i include this code in the callout.m, the callout did not appear when i touch the pin.
- (NSString *)subtitle
{
return placemark.country;
}
when i include this code in the callout.m, the callout did not appear when i touch the pin.