我在动画块中得到一个“不兼容的整数转换指针”,我不确定如何摆脱它。
这是它出现的代码和下面的屏幕截图:
[UIView animateWithDuration:0.3f
delay:0.0f
options:nil
animations:^{
[menuView setFrame:CGRectMake(0.0f, 64.0f, 320.0f, 54.0f)];
menuView.alpha = 1.0;
}
completion:nil];
谢谢你的帮助