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

Override drop location while hovering #495

Open
lkesteloot opened this issue Sep 28, 2019 · 0 comments
Open

Override drop location while hovering #495

lkesteloot opened this issue Sep 28, 2019 · 0 comments

Comments

@lkesteloot
Copy link

In my app I need to modify the drop position. If the item is hovering over position X, I need to say that the item will really drop in position Y, and have item Y open up so that it's visually clear to the user that this will happen.

iOS UITableView supports this with this delegate method.

Note that this is different than just disabling drop at location X. I have items in groups, and position Y will always be in the same group as X. If I just disable drop at X then the open row could be in a different group, which is misleading and frustrating to the user.

I looked through the API and can't find this functionality in this library. Does anyone have hints for how I might add it?

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

No branches or pull requests

1 participant