1
與NSTableViewDataSource
不同,NSOutlineViewDataSource
協議沒有outlineView:draggingSession:endedAtPoint:operation:
選擇器。當用戶拖拽我的NSOutlineView
中的物品時,如何檢測物品何時被放下?用什麼來代替NSOutlineViewDataSource outlineView:draggingSession:endedAtPoint:operation:?
我試着在我的數據源/委託中實現draggingSession:endedAtPoint:operation:
,但它永遠不會被調用。
哇...這麼多的文檔。我以爲他們是從一個Javadoc標題生成的。 – dkh 2012-04-12 21:38:04
我認爲他們是正常的。不知道爲什麼這個過程似乎失敗了,這個班。 – 2012-04-13 21:44:31