I have a custom controller and inside I have a UIImageView ( or a UIButton ). My custom controller is a slider, so basically when touchesEnded is called I want to check the intersection with other components. I can't manage to drag the UIImageView, and if I subclass it, I will have to write all the logic code in the subclass of UIIMage and I don't want that. Is there a way to drag it from my custom controller class?
Thank you.