新しい iOS 6.1 と Xcode 4.6 をインストールしましたが、コードに列挙に関する警告が表示され、これを解決できません。
[UIView animateWithDuration:0.4
delay:0.0
options:UIViewAnimationCurveEaseOut
animations:^{
} completion:^(BOOL finished) {}];
これは警告です:
Implicit conversion from enumeration type 'enum UIViewAnimationCurve' to different enumeration type 'UIViewAnimationOptions' (aka 'enum UIViewAnimationOptions')
どうすればこの警告を解決できますか?