Change viewDidLoad code with an IBAction?
I'm new with iPhone SDK and am making a game that involves a square chasing a user controlled square. To make the square that the user does not control move faster involves a small change to the code in the viewDidLoad part of my View Controller .m file. How can i do this an IBAction?
|