I'm new to iPhone dev,
I'm wanting to start a loop that checks for user input, but the main hook into the program I've written needs to be instantiated and started, I thought viewDidLoad would be the appropriate place to place the code for my sub view controller.
But the actual backgroudn of the VC doesnt get displayed until viewDidLoad has finished so it doesnt work.
Because the loop never allows viewDidLoad to finish.
So where do I write code for an IPhone application?