Darkroom Guest Original poster Dec 15, 2006 2,445 0 Montréal, Canada Sep 5, 2009 #1 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?
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?
Darkroom Guest Original poster Dec 15, 2006 2,445 0 Montréal, Canada Sep 5, 2009 #2 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.
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.