0

我在使用 C# 的 Monotouch 应用程序中有两个 UItableViews。我想将一行从一个 uitableview 拖放到另一个 tableview。我怎样才能做到这一点。请回复我.... 注意:我使用的语言是 C#。

4

1 回答 1

0

我知道这不是你的期望,但我想给出一些想法!!!

我对 Mono touch 没有任何了解,但请查看下面的链接以拖放图像可能会为您的问题提供一些想法

http://marcusfollrud.net/2009/09/23/monotouch-how-to-drag-and-drop-image/

并检查以下链接以创建一些 customUitableview

http://www.alexyork.net/blog/2011/07/18/creating-custom-uitableviewcells-with-monotouch-the-correct-way/

http://www.infoq.com/articles/monotouch-custom-tables

下面的链接代码是在 Xcode 中开发的,看看它并理解它

ipad:将 UITableViewCell 从一个 UITableViewController 拖放到另一个

基兰

于 2012-05-30T10:41:26.043 回答