Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorting Support #160

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

Sorting Support #160

wants to merge 5 commits into from

Conversation

chadpod
Copy link

@chadpod chadpod commented Nov 9, 2012

Figured I would issue this pull request since the feature is still being requested in the issue tracker on the repository. It adds drag/drop sorting, fixes a bug related to positioning the dragged item based on original grid index, and addresses some edge aliasing that was occurring for me during reorder. I've moved to mainly using collection views only, so I will probably delete my fork after this pull request is either merged or it becomes apparent that it won't be merged. Thanks for the great grid view!

…: allow/disallow movement and insertion of items at certain index"
Change from using a transform to reposition dragged cell to using frame positioning based on gesture offset and original cell position.
Enabled sorting while in edit mode.
… original cell rect, instead of original index.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant