I have UIButton on the main view, when the button is clicked I add a UIImageView to the whole screen filling up the screen (this is added on top of the button).
What happens is that by clicking on the UIImageView's image (at the location where the UIButton is) it launches the UIButton click. However, since the button is invisible to the user and covered up by an image, this is not the desired behavior.
Has anyone had a similar thing happen? Any help is appreciated!