Hey I made a project where multiple UIImageView is randomly created and all of them moves up the screen by NSTimer.
Is there any way to detect the current position of the moving UIImageView?
The moving image is a balloon and I want to “pop” or more like remove the UIImageView when the User taps any of the balloons.
Thanks for your help.
Try using the frame property of the UIImageView.