Any (supported) way of doing this? IIRC it usually switches over by itself to a white color at some point when using a "darker than X" tintColor, but we seem to be just on the edge with our scheme.
+1
A:
I guess the only way to really do it is to use a custom titleView
for each UINavigationItem
. You can use a UILabel
and try to match the built-in navigation title style as closely as you can, then assign your own text color.
Adam Ernst
2009-10-01 16:30:04
Seems there's no sanctioned way anyhow.
avocade
2009-11-08 16:46:51