Re: how to implement iphoto like animation while doing drag and drop on custom listview
Re: how to implement iphoto like animation while doing drag and drop on custom listview
- Subject: Re: how to implement iphoto like animation while doing drag and drop on custom listview
- From: Uli Kusterer <email@hidden>
- Date: Thu, 07 Mar 2013 22:39:52 +0100
You mean you want the clips to "move aside" when you drag a clip between them? Well, make each clip out of something that can be animated using Core Animation (usually a view or a layer). Then just change the clips' frames and Core Animation will do the moving for you.
Cheers,
-- Uli Kusterer
"The Witnesses of TeachText are everywhere..."
http://www.masters-of-the-void.com
On 07.03.2013, at 07:46, Muthulingam Ammaiappan <email@hidden> wrote:
> but i wanted to add the animation while doing the drag and drop like in
> "iPhoto"...
>
> (when user drag the item if the mouse co-ords enters the in between region
> then the corresponding elements will animate... and animation will end and
> it comeback its original position once the mouse left the coords)....
>
> please help me how i can implement the above mentioned animation while
> doing drag and drop...any pointers are highly appreciated
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden