ryanmeisters / UIView-DragDrop

Simple objective-c category on UIView providing configurable drag+drop functionality
MIT License
21 stars 3 forks source link

touchesMoved #8

Closed byelik closed 9 years ago

byelik commented 9 years ago

Hi. I have a question. How I can see updated position of dragView1? method touchesMoved is not calling. Testing on your sample.

ryanmeisters commented 9 years ago

Hi byelik. I'm not sure what you mean.

As a quick test, in the sample application:

  1. Create a subclass of UIView called TestView
  2. Implement touchesMoved
  3. Change the class of dragView1 to TestView in Main.storyboard The drag view is draggable and touchesMoved is called.

Is that what you're going for?

byelik commented 9 years ago

6 лист. 2015 р. о 19:22 Ryan Meisters notifications@github.com написав(ла):

Hi byelik. I'm not sure what you mean.

As a quick test, in the sample application:

  1. Create a subclass of UIView called TestView
  2. Implement touchesMoved
  3. Change the class of dragView1 to TestView in Main.storyboard The drag view is draggable and touchesMoved is called.

every time? Is that what you're going for?

— Reply to this email directly or view it on GitHub https://github.com/ryanmeisters/UIView-DragDrop/issues/8#issuecomment-154477784.

ryanmeisters commented 9 years ago

every time?