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"];