Hi, I have some special case in my ipad program, I have tow table views and each one of them has custom cell which contains draggable image and 3 labels. I want to be able to drag the image from one table and drop it in the second table. I did the same as in this link to apply dragging images http://marcusfollrud.net/2009/09/23/monotouch-how-to-drag-and-drop-image/
but the problems i have now are: 1- the image is dragged only inside the table, when i am moving outside the table the image disappears. 2- the dragging process is not smooth because of the table scrolling, means when i start dragging the image moves then stops and the table is scrolling then the scrolling stops and the image moves ..... and so on. so anybody please have any idea how to solve these issues? thank you -- View this message in context: http://monotouch.2284126.n4.nabble.com/dragging-image-between-tables-tp4655401.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
