I am creating Custom GIF Keyboard in iOS8 using app extension. I was created layout of my custom keyboard. I was implement LongPress Gesture for selecting GIF Image but its not work. so what can i do for this or any suggestion regarding to this?
- (void)textWillChange:(id<UITextInput>)textInput {
[self.textDocumentProxy insertText:@"Hi"];
}
I also tried with UITextInputDelegate mentioned above. This method is also deals with only text append. But My concern is to load gif or png image in input area.