I have some problem with geting CCLabel width.
CCLabelTTF * label = [CCLabelTTF labelWithString:someNSString fontName:@"Verdana" fontSize:12];
label.position = ccp(32 ,455);
[label setColor:ccc3(148, 148, 148)];
label.tag = i;
NSLog(@"%d",[label boundingBox].size.width);
Every time it's give me 0.