DAKeyboardControl icon indicating copy to clipboard operation
DAKeyboardControl copied to clipboard

Update DAKeyboardControl.m

Open hotdang-ca opened this issue 8 years ago • 0 comments

Fixes an issue where we attempt to get self.keyboardActiveInput.inputAccessoryView, but the target doesn't respond to this request, resulting in a crash. Example case is presenting an MFMailComposeViewController. Can be recreated by creating a new application, integrating the project, presenting an MFMailComposeViewController; first launch will crash; subsequent launches have no effect.

hotdang-ca avatar Jul 26 '16 21:07 hotdang-ca