Is it possible to make another view appear without the use of a button?
I'm trying to make it so that if the person "CGIntersectsRects" the UIImageView, it would take me to another View Controller.
So basically I am asking if its possible to move between view controllers without the use of a button, and if so, how?
Thanks in advance