如何在Monotouch USING C#语言中的两个UITableView之间拖放



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

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

我对单点触控没有任何了解,但请检查下面的链接以拖放图像,它可能会为您的问题提供一些想法

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

并查看以下链接以创建一些自定义的Uitable视图

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 拖放到另一个 UITableViewController 中

基兰

最新更新