Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Darkroom

Guest
Original poster
Dec 15, 2006
2,445
0
Montréal, Canada
this is a long shot, but: does anyone know of an undocumented method to change the color of the default cursor of a UITextField, or even how to override the blinking cursor image?
 
unfortunately, unlike cocoa, the following is both undocumented and unsupported in the iPhone SDK... for now...
Code:
[myTextField setInsertionPointColor:[UIColor whiteColor]];
perhaps 3.1 supports this? i haven't tried it yet.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.