How do I take the camera keyboard

Replies

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:)