我有以下设想: [self checkForTodaysBonus]; // It contains animation methods.和 // Prepare View and other data and then animate UIView
[Animations moveDown:self.view andAnimationDuration:0.3 andWait:YES andLength:self.view.frame.s
我在UIView动画上遇到麻烦了。当我点击其中一个UITextFields时,基本上一切正常,直到我在选择另一个UITextField之后选择了另一个UITextField,字段会上下移动,然后在我选择另一个UITextField后返回到相同的位置。class LoginViewController: UIViewController { var coordinator: Ma