I am in a need of implementing a drag and drop controller in Full-Auto Layout environment. I have achieved the dragging and dropping successfully, but the issue is if I drag a subview from another view the other related subviews behave weirdly, as an example the subviews are laid out horizontally in scrollview are related to each other, so if I remove a subview the other views should rearrange them self automatically.
Regards, Dhanesh.