just a simple question : if you write a method in the .h file, you don't "have" to write the implementation in the .m file? i discovered that with FlipsideViewController, if you create a new projet (utility application), the method : "flipsideViewControllerDidFinish" is actually "implemented" in the "MainViewController.m". i just wanted to have this clear, thanks for your answer ;)
Paul