2012-02-12 52 views

回答

2

你必須通過一個圖像設置該屬性leftCalloutAccessoryView做。

嘗試:

UIImageView *profileIconView = [[UIImageView alloc] initWithImage: .......... 
annotationView.leftCalloutAccessoryView = profileIconView; 

希望這有助於。