我正在尝试使用动画增加标签高度,但是动画导致标签首先从中心展开,然后跳到正确的y点位置。这看起来很糟糕。我只想扩展底部。[UIViewanimateWithDuration:0.5delay:0.0foptions:UIViewAnimationOptionTransitionNoneanimations:^{[self.aboutincreaseHeightFromTopLeft:deltaHeight];[self.scrollViewincreaseContentHeight];}completion:nil];-(void)increaseHeightFromTopLeft:(