I am trying to do a hit test on a image I have loaded into an UIimageView. the image is one object about 50x50 inside of a 300x300 frame. so essentially, its a 300x300 transparent png file with the an object in the middle.
I only want a touch or tap to be registered when the user touches the object. not the actual transparent parts of the image.
how can this be done in swift?
I only want a touch or tap to be registered when the user touches the object. not the actual transparent parts of the image.
how can this be done in swift?