Quote:
Originally Posted by smithdale87
Why don't you just detect whenever it's dragged "outside" of the scrollview and then actually do a [draggedView removeFromSuperview] and then do an [otherView addSubview: draggedView] to add it to the outer view.
|
thanks for the reply sir.
but my requirement is i had to show the button after dragged from the scrollview also.
that is my requirement.