I have one ScrollView inside my application, this ScrollView contains the number of images in it, we have to scroll down to view each image, because the scrollview area is larger than the screen size.
Now the question arises: how can I verify that each ScrollView image is inside a certain area (defined by me) or not.
If the image is inside this area, I want to do something, but if not, then I want to do something else.
Please help me out of the problem, any help will be noticeable.
Thanks.
source share