標題幾乎可以解釋它。可能嗎?我試圖這樣分配它:使用BarButtonItem作爲MKPinAnnotationView的leftCallOutAccessoryView?
UIBarButtonItem *leftButton = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemSave target:self action:@selector(saveAnnotation:)];
pinView.leftCalloutAccessoryView = leftButton;
我也嘗試將它作爲UIButton和作爲UIView鑄造。我想要這個的主要原因是因爲我想要那個已經整合在UIBarButtonSystemItemSave中的小保存按鈕。我怎樣才能做到這一點?
我最終作出與UIBUttonTypeCustom一個UIButton有quicklymade savebutton的圖像。謝謝。 – Martol1ni