tags:

views:

28

answers:

1

I am implementing game application.In which i have set UIView on camara overly.When i start application then its working properly but cancel and capture button is shown.I want to hide this button.Is it possible?

+1  A: 

set UIImagePickerController showsCameraControls property to NO.

Vladimir