views:

217

answers:

1

So I'm setting UILabel.shadowColor to a non-gray color, but the shadow always appears as opaque 50% gray (or so). For example, I tried setting the shadow to red and I still see gray. Has anyone else seen this? (This is the UILabel inside a custom nav bar back button)

.n

A: 

Are you sure you are not confusing backgroundColor with shadowColor?

Mihir Mathuria
yeah--pretty sure. since i tried red, I think that would have shown up right away. Thanks though.
nielsbot