I've not seen code to do it, but I suspect you would have to: 1. render the cell into an image 2. animate the image (using core animation) to shrink down and move to the location you want it. If you dont need the genie effect (which MIGHT be standard in the IOS sdk! I'm not sure), it should be just a case of setting the initial location (which is set - duh), and then setting the end location and size, and commiting the animation....
3. at the same time, animate the trash can, which could be separate - you'd use core animation again, but just rotating it left a few degree's (quickly) then right... etc. Core Animation is quite fun to play with, and you can do some seriously powerful stuff without a lot of work.... Otherwise: look at layers... which I think is what you are messing with under the hood of CA anyway! On Mon, Jun 25, 2012 at 3:44 PM, Mike Murdock <[email protected]> wrote: > I have a generic list that populates a UITableView, When I click the > toolbar that has the trashcan icon on it I want to make the table view item > flydown and go into the trashcan and have the trashcan icon animate.**** > > ** ** > > Has anyone done this? **** > > ** ** > > *Michael Murdock * > *Software Engineer* > > (865) 482-1999 > (865) 481-0921 fax > www.allmeds.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
