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 but this is what I know moves things on the screen.
hitBox.center = CGPointMake(x coordinate, y coordinate); I just want to replace x coordinate and y coordinate with something that will place it somewhere in relation mainSprite.