Previously the UITextView I added with IB could have text selected without having the keyboard appear. However suddenly without changing anything this is not the case, how can I force this behaviour again?
(The text view needs to be editable but not when the user double taps to select text, only when the caret is inserted or the user just taps on the textview)