How do I take the camera keyboard

How do I take the camera keyboard off my email app??

If you have your own textfield/view subclass, you should be able to override -(BOOL)canPerformAction:(SEL)action withSender:(id)sender

and return NO if the action is @selector(captureTextFromCamera:)

How do I take the camera keyboard
 
 
Q