2015/04/09

【WatchKit】How to make an animated background Interface in Apple WatchKit


Watchkitで背景画像をアニメーションさせる方法
まずWatchKitではSubview的にinterfaceを重ねられません。
どうするかというと、WKInterfaceGroupを利用します。

WKInterfaceGroupのsetBackgroundImageメソッドにて画像を割り当てて、
その画像でUIImage型の配列を指定(animatedImageWithImages)にてアニメーションが可能となります。

use with Gist Search