UIView-DragDrop
UIView-DragDrop copied to clipboard
Simple objective-c category on UIView providing configurable drag+drop functionality
It looks like this category is behaving incorrectly under iOS 8.1. This can be seen in the example project. Incorrect behavior: - All test views are snapping back to their...
There are 2 changes here: 1. Add a delegate call for when the view did return to the starting position 2. More importantly - if views were not direct siblings...
One question/suggestion. I would like to know your opinion about leaving the decision of what view can be dropped in another view to the delegate and the interface shoudl be:...
I must say, it works great! :) Anyway just for first time I've got problems with naming conventions. So my suggestion: @interface UIView (DragDrop)... - (void) setDelegate:(id)delegate; to - (void)...