i created persian custom keyboard , my letters type on UITextView , but the UITextView dosn’t support paste function ! why ? i don’t check the editable option .
i created persian custom keyboard , my letters type on UITextView , but the
Share
In your
UITextViewDelegate, you can try implementingtextView:shouldChangeTextInRange:replacementText:to see what, if any, text is being pasted. I’m not sure if it’s going to be called on the paste event though.