2012-03-03 9 views

答えて

2

CoreAnimationフレームワークはUIKitより低く座っているので、おそらくUIKitアニメーションは単純ではなく、独自のアニメーションロジックを再実装するよりも、CoreAnimationアニメーションから構築されていると仮定しても安全でしょう。以下はApple Talk(セッション409 - AV Foundation - 2010でのカメラの使用)の図です。

   +--------------+ 
       |  UIKit | 
       +--------------+ 

------------------------------------------------ 

       +--------------+ 
       | AVFoundation | 
       +--------------+ 

+-----------+ +--------------+ +---------------+ 
| CoreAudio | | CoreMedia | | CoreAnimation | 
+-----------+ +--------------+ +---------------+ 
関連する問題