Tagged Questions
-1
votes
1answer
167 views
CGPointMake in Respect to other UIImageViews
I have a UIImageView called hitBox, and another image called mainSprite. So what I want to do is when an IBAction is pressed, it will move hitBox to above mainSprite. I don't know if this is syntax ...