I'm not sure you can do this in a UITableView - the only way you can
drag them is in edit mode (unless you code it all yourself....) and
even then, thats only for ordering. You can't drag something ONTO
something else.

Might be better to use a UIScrollView, a bunch of views, and ... do it
yourself :( (just without the overhead and existing code of the
TableView)

You might be able to do something with a Gesture - if you can get the
start and end locations, and then work out which cell was at each end?
Not sure you'd be able to get animations going tho - again, it'd be
manual, you might be able to render the source cell to an image,
animate the image, then clean up (remove the source, I guess, and
change the destination) when the user releases.

Definitely non-trivial :)

On Thu, May 17, 2012 at 9:55 AM, jr.yapcengco
<[email protected]> wrote:
> Is it possible in monotouch to move/drag one cell of a uitableview to
> another?with database connected into it? The scenario is like selling an
> item that instead of clicking the cell i will move/drag it. If it is
> possible,how? if not, what are the other ways?
>
> Thank you in advance for the response and help.
>
> --
> View this message in context: 
> http://monotouch.2284126.n4.nabble.com/Is-it-possible-in-monotouch-to-move-drag-one-cell-of-a-uitableview-to-another-with-database-connecte-tp4642709.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch



-- 
Nic Wise
t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
b. http://www.fastchicken.co.nz/

Earnest: Self-employed? Track your business expenses and income.
http://earnestapp.com
Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p
mobileAgent (for FreeAgent): get your accounts in your pocket.
http://goo.gl/IuBU
Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to