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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to