I am developing custom keyboard with keyboard extension in iOS8
.
I can dismiss keyboard with following method.
[self dismissKeyboard];
However above method is only dismiss keyboard. I want to do it like return Method that can like GO
or Search
that can use both dismiss and Go
Event like iOS Built in Keyboard.
How can i do it?
You can use [self.textDocumentProxy insertText:@"\n"];
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With