views:

8

answers:

0

Hi All

I am using UIImagePickerController to allow the user to take a picture. I have hidden the default camera controls and added my own buttons. All good so far.

When one of these buttons is pressed I want it to load a setting view over the top where the user can change some settings and then return back to taking a picture.

My button pressed method is being called but I am having problems getting the settings view to appear. I have tried setting the app up as a navigation based app but I cannot push the settings view on at all. The closest Ive come is to use addSubView to display the settings view controller.

Does anyone have any idea of the recommended way of loading a second view over the top of the camera view?

Many thanks for looking.