Pytanie : Dlaczego odcień kolor TTButton?

Hej guys.
Right teraz w mój zastosowanie, I mieć TTButton.
I am the kolor the TTButton początkowo using stylesheet jakby TTCatalog.
it być like

[TTStyleSheet setGlobalStyleSheet: [[[CustomBadgeButtonStyleSheet alloc] init] autorelease]];
[kod dla rozpoczynanie ttbutton tutaj];

And wtedy tam  być klasowy nazwany buttonStyleSheet
in tam  I have

- (TTStyle*) toolbarBackButton: (UIControlState) state {
TTShape* kształt = [TTRoundedLeftArrowShape shapeWithRadius: 4.5];
UIColor* tintColor = RGBCOLOR (47,47,47);
powrót [TTSTYLESHEET toolbarButtonForState: state kształt: kształt tintColor: tintColor chrzcielnica: zero];
}

But the rzecz być że tylko I initialize ono, the odcień kolor być ten kolor set wewnątrz - (TTStyle*) toolbarBackButton: (UIControlState) state {method.

But I chcieć sprawnie the kolor opóźniony using setter.
Is tam  sposób że I móc the odcień kolor opóźniony? Hej guys.
Right teraz w mój zastosowanie, I mieć TTButton.
I am the kolor the TTButton początkowo using stylesheet jakby TTCatalog.
it być like

1:
2:
 [TTStyleSheet setGlobalStyleSheet: [[[CustomBadgeButtonStyleSheet alloc] init] autorelease]];
    [kod dla rozpoczynanie ttbutton tutaj];


And wtedy tam  być klasowy nazwany buttonStyleSheet
in tam  I have

1:
2:
3:
4:
5:
 - (TTStyle*) toolbarBackButton: (UIControlState) stan {
	TTShape* kształt = [TTRoundedLeftArrowShape shapeWithRadius: 4.5];
	UIColor* tintColor = RGBCOLOR (47,47,47);
	powrót [TTSTYLESHEET toolbarButtonForState: stan kształt: kształt tintColor: tintColor chrzcielnica: zero];
} 


But the rzecz być że tylko I initialize ono, the odcień kolor być ten kolor set wewnątrz - (TTStyle*) toolbarBackButton: (UIControlState) state {method.

But I chcieć sprawnie the kolor opóźniony using setter.
Is tam  sposób że I móc the odcień kolor opóźniony?

Odpowiedź : Dlaczego odcień kolor TTButton?

Jeżeli ty mieć tylko ograniczona liczba odcień barwić, the obiecujący podejście być TTButons setStylesWithSelector:  metoda the styl. Po prostu przechodzić ono the selekcjoner the metoda ty definiować w twój stylesheet.
Inne rozwiązania  
 
programming4us programming4us