UITextview Hide cursor/Change color of cursor
iphone, uitextview
Solution
You can hide the cursor only if you disabled the editing property set to No
Problem
In my application, In UITextview i want to hide cursor. If this is not possible then I want to change color of cursor. Can we do this? I have search for it but only getting answers for UITextfield. Thanks.