0
當試圖使動畫在UIView
它說「從枚舉類型的隱式轉換」爲animateWithDuration
我的代碼是「從枚舉類型的隱式轉換」:
[UIView animateWithDuration:0.5 delay:0 options:UIViewAnimationCurveEaseIn animations:^{
[pea setFrame:CGRectMake(82, 224, 35, 35)];
} completion:^(BOOL finished){}];
只是想知道我該如何解決這個?