为什么我的UIDatePicker不应该弹出动画?
[UIView beginAnimations:nil context:nil];
[UIView setAnimationDuration:0.5];
[UIView setAnimationDelegate:[UIApplication sharedApplication]];
//Here
datePicker.center = CGPointMake(0, 245);
[UIView commitAnimations];
谢谢!
也没有警告或其他任何内容。