How to hide/disable keyboard ,if the textview editing is enabled.
I only want to that user can only be able to select the text and can\'t be allowed for entering tex
uitextview.editable = NO; or set checkmark in IB. It will allow to select text with options - Copy and Select All without keyboard appearing. Tap on the word and hold to select text.
uitextview.editable = NO;