This is an annoying limitation, I have the same requirement.
The only thing I could find was to call:
self.textView.resignFirstResponder()
self.textView.keyboardAppearance = UIKeyboardAppearance.Dark
self.textView.becomeFirstResponder()
, UIKeyboardWillShow/HideNotifications, contentInsets .., .