tags:

views:

25

answers:

1

I have UITextfield and without changing its size I want to change the size of cursor. Is this possible?

A: 

YES. The only way is to write a custom UITextField from scratch. Good luck!

rjobidon