Button (UISprite) (UIButton) (UIButtonColor)
|- ButtonLabel (UILabel)
i use UIButton control "Button"'s color and i use UIButtonColor control "ButtonLabel"'s color.
when i set button disabled, the "Button"'s color changed, but the "ButtonLabel"'s color not changed..
when i change UIButtonColor with UIButton, the "Button" and "ButtonLabel" 's color can changed very well....
so ,this is a bug?
and how can i fix this?