Closed byelik closed 9 years ago
Hi byelik. I'm not sure what you mean.
As a quick test, in the sample application:
Is that what you're going for?
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:
- Create a subclass of UIView called TestView
- Implement touchesMoved
- 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.
every time?
Hi. I have a question. How I can see updated position of dragView1? method touchesMoved is not calling. Testing on your sample.