Cocoaメモ

Appleプラットフォームでの開発メモ

iOS 6 のAuto Rotation

第47回 Cocoa勉強会関西で、 『iOS 6 のAuto Rotation』について発表しました。 iOS 6 のAuto Rotation from Yuichi Fujishige スライドの補足 window.rootViewController必須 window.rootViewControllerが設定されていない場合うまく動きません。rootViewCo…

CAKeyframeAnimation

第45回 Cocoa勉強会関西で、 『CAKeyframeAnimation』について発表しました。 CAKeyframeAnimation from Yuichi Fujishige サンプルコード https://github.com/nakiwo/KeyFrameSample

Core Animationの明示的アニメーションで表示が元に戻る

第44回 Cocoa勉強会関西で、 『Core Animationの明示的アニメーションで表示が元に戻る問題』について発表しました。 Core Animationの話 Part.1 from Yuichi Fujishige サンプルコード https://github.com/nakiwo/CoreAnimationSample1

iOS 5から、ディスクが一杯になると/Library/Cachesがクリアされるようになった

iOS 5.0.1 で、"do not back up" というファイル属性が追加されました。 この属性はどういう時に使うのでしょうか。 Technical Q&A QA1719 How do I prevent files from being backed up to iCloud and iTunes? http://developer.apple.com/library/ios/#qa/…

UIViewControllerのコンテナ機能

第41回 Cocoa勉強会関西で、 iOS 5で追加されたUIViewControllerのコンテナ機能について発表しました。 UIViewController のコンテナ機能 from Yuichi Fujishige サンプルコード https://github.com/nakiwo/ViewControllerContainerSample