I have a UIImageView called hitBox. And an IBAction called hit. What I want to do is temporarily spawn the hitBox UIImageView hitBox for a fractions of a second.
Thanks
Code:
-(IBAction)hit{
here is where i temporarily want to spawn hitBox
}
Thanks
Last edited by a moderator: