Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

Minor changes in the library. #29

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

lancy98
Copy link

@lancy98 lancy98 commented Nov 22, 2013

Issue : When the dragging is initiated on the empty area the closest cell is matched.
Resolution : Need to find the exact cell.

Issue: Let us consider the collection view is just the bottom half of the window. Lets say user wants to drag the last cell to the first , say 100 cell to 1. User initiates the dragging and moves the cell to the top of the collection view. As the collection view is just the bottom part of the window the mock cell gets clipped.
Resolution : Add mock cell to the window.

Issue: Applying transform for the mock cell blurs the view.
Resolution: Provided the optional delegate method so user can provide his/her own view and also changing properties when needed like font colour or background colour.

lancy.fernandes added 3 commits November 22, 2013 09:26
…cell is matched.

Fix :  Need to find the exact cell.
… the window. Lets say user wants to drag the last cell to the first , say 100 cell to the 1. User initiates the dragging and moves the cell to the top of the collection view. As the collection view is just the bottom part of the window the mock cell gets clipped.

Resolution : Add mock cell to the window.
Resolution: Provided the optional delegate method so user can provide his/her own view and also changing properties when needed like font colour or background color.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant