我努力在MKAnnotation一個UIImage:嘗試有一個UIImage在MKAnnotation
UIView *leftCAV = [[UIView alloc] initWithFrame:CGRectMake(0,0,32,32)];
leftCAV.backgroundColor = [[UIColor alloc] initWithPatternImage:[UIImage imageNamed:@"..."]];
pin.leftCalloutAccessoryView = leftCAV;
的代碼運行,但我沒有一個透明的背景
看出:
http://img19.imageshack.us/f/1234wr.png/
有想法嗎?
謝謝:)
它是32 * 32中的* .png透明。我嘗試了你的解決方案,但它不好。我覺得有一個錯誤與我的uicolor分配 – osta 2011-04-22 17:51:40