I need to drag and drop UIButtons(image) on bigger UIImageView. I want to implement following functionality -
- While dragging if the button is inside UIImageView then only it should drop,else it should not drop
- When touching down and dragging it should immediately create a new UIButton at original position.
- After the UIButton is dropped it should not move from its new position.
Thanking in advance.