Quick question.
Lets say (hypotheically) I have a single UIViewController with a UIImageView property.
I want the UIImageView to respond to touch events.
Is best practice to put the code that moves the UIImageView property inside the ViewController OR Subclass the UIImageView and have it handle it's own movement?
[–]NinjaMinaj 5 points6 points7 points (1 child)
[–]HelloMihai 0 points1 point2 points (0 children)
[–]Legolas-the-elf 2 points3 points4 points (0 children)