I need a example of how to use CGPoint with a if statement to check the x and y coordinates
like something like this
if(CGPoint == (XCORDINATE, YCORDINATE)){
do stuff
}
and then i need a example of how to check the x and y coordinates on a label
if(mylabel == (xpoint, ypoint)){
do stuff
}
Thanks