I've got several images inside a scrollview and within my normal view. I'd like to check by means of an "if statement" if this image is inside my scrollview or not.
i put my images inside the scroller with:
thanks in advance!
i put my images inside the scroller with:
Code:
[scroller insertSubview:image belowSubview:self.view];
thanks in advance!