0

When using a UITextView one usually gets a keyboard to edit the contents; and by touching it one also gets a magnifying glass to help bring the cursor in the desired position. Is it possible to get the magnifying glass to position the cursor but at the same time eliminate the keyboard?

Michel
  • 10,303
  • 17
  • 82
  • 179
  • 1
    Please edit the title of your post to reflect the question that you have. As it is, the title is pretty ambiguous. – CaptJak Feb 12 '15 at 16:34

1 Answers1

1

Sure it's possible. Try this

textView.inputView = [UIView new]
Mykola Denysyuk
  • 1,935
  • 1
  • 15
  • 15