1: 2:
[TTStyleSheet setGlobalStyleSheet:[[[CustomBadgeButtonStyleSheet alloc] init] autorelease]]; [code for initializing ttbutton here];
1: 2: 3: 4: 5:
- (TTStyle*)toolbarBackButton:(UIControlState)state { TTShape* shape = [TTRoundedLeftArrowShape shapeWithRadius:4.5]; UIColor* tintColor = RGBCOLOR(47,47,47); return [TTSTYLESHEET toolbarButtonForState:state shape:shape tintColor:tintColor font:nil]; }