Having problem with my application, I seem to be new in ios. My project contains a rootViewAppDelegate,*rootViewController*,and cameraViewController.
My rootViewcontroller has a Menu type code implemented in it that when a button is pressed it goes to cameraViewController.My cameraViewController contains a UIImagepicker.
In following a tutorial in the net about UIImagePicker in IPAD, it says there that I should paste some part of the code in the delegate. So I pasted it in the rootViewAppDelegate. When I run the project. Nothing is displaying in the cameraViewController. Did I miss something wrong? Thanks for reply.