Sunday 15 August 2010

ios - How can I drag a UICollectionViewCell from one UICollectionView to another UICollectionView? -


I am creating an iPad app on one page of this app, one UICollectionView on the left and another UICollectionView on the right hand is. Each UICollectionView is a column wide.

I want the functionality to be as follows: On the left, each UICollectionViewCell should be able to drag the right hand side onto the UICollectionView. If this is not possible, at least one UICollectionViewCell should be pulled out of the left UICollectionView and then I'll handle it appear in the righthand UICollectionView.

Is this functionality possible? If so, how would I have to go about implementing it?

From one store to another, but you can do the following:

1) Once you find that the user draws a cell in another collection, then delete the cell from the first collection (let's call it 1). To make the cell disappear you can probably use a nice fade animation.

2) Add a cell to another table with a nice animation (see UICollectionView and UICollectionViewLayout methods and representative methods for it).

No comments:

Post a Comment