Custom annotations with same image
问题 As you can see in the image below that all annotations have same image and discount which is not correct, they should have different image and discount . How can I fix this? I am using a custom annotation class with discountStr and 'imgPathStr' property and the following code. -(void) connectionDidFinishLoading: (NSURLConnection *) connection { [UIApplication sharedApplication].networkActivityIndicatorVisible = NO; _adResultDict = [NSJSONSerialization JSONObjectWithData:_adResultData options