アップルのドキュメント
setAnimationRepeatAutoreverses:
Sets whether the animation of property changes within an animation block automatically reverses repeatedly.
Use of this method is discouraged in iOS 4.0 and later. You should use the block-based animation methods instead.
彼らはこのように言及しました...しかし、私のアプリは3.0以降をサポートしています。2つの別々のコードを使用する必要がありますか(1つは3.0用、ブロックは4.0以降)。これを達成する方法は?