zcgong

Results 5 comments of zcgong

Did anyone ever find a solution? It's happening for me on 0.64.1. Need Help!

在执行动画之前告诉系统你要更新约束,即在 ``` [UIView animateWithDuration:0.25 animations:^{ [self.view layoutIfNeeded]; }]; ``` 之前执行:`[self.view updateConstraintsIfNeeded];`

Thanks! The framework is so helpful to me.