views:

177

answers:

0

I have a situation where I'm trying to store one instance of a UIImagePickerController. One use of it requires showCameraControls = YES and the other requires showCameraControls = NO. When it is first instantiated, it is set to NO. However, when I show the UIImagePickerController later on and specify showCameraControls equal YES, it has no effect. It seems this property never gets used again on subsequent calls to presentModalViewController.

Has anyone had success in getting changes to showCameraControls to work?