开发者

dragon drop operation in tables using cocoa

how to write an application t开发者_开发问答o implement the dragon drop operation in tables using cocoa?


Look at the table view delegate and data source. They have methods with "drag" and "drop" in their names. Implement those and you're golden.

There's a lot of documentation on "Drag and Drop" in Apple's developer docs at http://developer.apple.com

Don't try to code without the documentation. There be Tygers.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜