UITextField Cursor Color
UITextField Cursor Color
- Subject: UITextField Cursor Color
- From: Chunk 1978 <email@hidden>
- Date: Sun, 22 Nov 2009 01:25:05 -0500
textfields in the iPhone SDK default to a blue color. i would like to
change this color to white. i've checked the docs, and while the following
method would work for development with Mac OS X, it is (currently) not
present for the iPhone:
[myTextField setInsertionPointColor:[UIColor whiteColor]];
//i assume the iPhone equivalent would be the same only to replace NSColor
with UIColor.
does anyone know of a workaround? perhaps an undocumented method?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden