How do I take the camera keyboard off my email app??
How do I take the camera keyboard
Add a Comment
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:)