Hi,
I'm making my first iPhone app. I could solve most of my problems browsing stackoverflow and apple's doc. But now I'm stuck. it's probably a stupidity, but I don't find it.
When I start my app on the emulator using [x]-r I don't have problems. But after my aplication go in the background (close?) because user press the home button or because I open the browser(app openURL:), I cannot reopen it again from the emulator ("touching" the icon on the emulator).
I belive I'm missing something about when/how to create/reload the view/viewController.
When I try to restart the application, the logs tell me that the main function is not called. neither is the applicationDidFinishLaunching nor the viewWillAppear. The status bar show up (animation like a normal openning) then no view show up and the application close.
My application got a windows with a fix header logo(from nib file) and a navigationController (created dyn.). the other view are created dyn. too (no nib). My root viewCtrl is a box for a TableViewCtrl.
Any ideas why I got this problem ? Do you know of any good article about this issue? (I try to compare with apple's example/doc but I do not use IB)
any help appreciated,