when the camera shows up by [self presentModalViewController

icker1 animated:NO], the system automatically calls viewdidunload,
I don't want the view of viewcontroller being unloaded so I did [self.view retain] but it didn't work. It still got unloaded.
So, how can retain the view of the viewcontroller?