10
que querían anular setFrame de modo que los centros de la etiqueta, así, sin embargo, hacer algo como:¿cómo se reemplaza por un setFrame UILabel
- (void)setFrame:(CGRect)frame
{
[self setFrame:frame};
self.center = CGPointMake(self.superview.center.x, kNavigationBarFrameHeight/2);
}
me da un bucle infinito. Entonces, ¿cómo hago esto?
[super setFrame: frame] – Roshit