2013-11-01から1ヶ月間の記事一覧

Motion Effects(iOS 7の「視差効果」の実装方法)

UIInterpolatingMotionEffect UIMotionEffectGroup // Create motion effects UIInterpolatingMotionEffect* xAxis; UIInterpolatingMotionEffect* yAxis; xAxis = [[UIInterpolatingMotionEffect alloc] initWithKeyPath:@"center.x" type:UIInterpolatingM…

How to use SpriteKit framework

SKEmitterNodeを使用したパーティクルの表示 手順 .sksファイルを作成する パーティクルを編集する SKEmitterNodeを作成する SKEmitterNodeをSKSceneにaddChild:する SKSceneをSKViewにpresentScene:する 解説 1 .sksファイルを作成する パーティクルファイ…