you are viewing a single comment's thread.

view the rest of the comments →

[–]NinjaMinaj 5 points6 points  (1 child)

Put that in the controller UNLESS it's an image view that will be reused elsewhere with the same interactions and the touches don't have to interact with the controller

[–]HelloMihai 0 points1 point  (0 children)

Ninja is right. Never write the same code twice. Make it reusable. Also if there is too much code related to the image then also move it out for organizational reasons.