Tuesday, 13 August 2013

Transfer touches to subView

Transfer touches to subView

I have a UITableView with Custom Cells, when you touch the cell it adds a
subview of a UIImageView.
I want the image to disappear after the user lifts there finger and i have
a touchesEnded method on the UIImageVIew Subview but its never called.
It is only called if you lift your finger then press it down again and
release it.
How do I get the method to be called on the original touch ended.
Im kinda going for what Snapchat does when you view images.

No comments:

Post a Comment