If it is something that will never change, I would think you would want it in viewDidAppear or viewWillAppear. If it is going to be changing (like user chooses a different level, etc...) then I would think you would have an external class making the call and passing in the level to load.
|