Quote:
Originally Posted by smasher
Most of your code will probably go in the viewController. It'll be called "MyViewController" or something similar containing the name of the project. You can put your code to create the ball in loadView or viewDidLoad, and the to start the timer in viewDidAppear.
|
Ok just finding some codes