Hi there I drag a label with a touch into a hollow rectangle, now I want to make the label stick with a rectangle and should not be movable with any user interaction, How can I make my label stuck with a rectangle? My labels and rectangle are in viewController, After dragging label into rectangle can I remove all touches in touches ended with event method.
touchesEnded:withEvent: {
LBL.userInteractionEnabled = NO;
}
When the touches ended the user interaction should be removed from the label