Quote:
Originally Posted by talakoski
I have now opened up a Viewed based application and imported a picture into the resources folder but now I got to add a code I think I can get a code but now I forget where to put the code in the classes? 
|
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.