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

More points in data source delegate methods #44

Closed
SteveFortune opened this issue Dec 19, 2014 · 1 comment
Closed

More points in data source delegate methods #44

SteveFortune opened this issue Dec 19, 2014 · 1 comment

Comments

@SteveFortune
Copy link
Member

  • Start dragging: are we starting drag within a specific area within an item?
  • 'Exchanging': were are we dropping ? Problematic when potential drop is on a deletion area and the expected behaviour is for it to snap back

... more examples to come.

@SteveFortune
Copy link
Member Author

  • See 'Exchange' is semantically wrong #43 for proposed resolution to exchange vs append ambiguity.
  • The start drag data source method should be changed to -(BOOL) canItemAt:(NSIndexPath *)at beDraggedAtPoint:(CGPoint) atPoint inCollection:(UIView<I3Collection> *)collection;

SteveFortune added a commit that referenced this issue Dec 20, 2014
… coordinator for the current drag location - this should now allow users to retrieve the point at which the drag resides from the coordinator within data source methods, closing #44
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