A customer has requested that they want the cursor in the UITextView to be horizontal instead of vertical. Anyone know how I might do that as there isn't any public API to modify the cursor.
views:
13answers:
1
A:
I don't think you could do it in uitextview. If you're determined, you could write a new text editor using Core Text and render the cursor however you like. That's a lot of work though.
Amorya
2010-08-24 00:42:45