2014-01-15から1日間の記事一覧

About Motion Activity

Motion data stored by a device モーションデータの取得方法 モーションデータを活用すると、ユーザーの状態(歩いている、走っている、乗り物に乗っている、静止している)をアプリ側で知ることができます。 ユーザーの状態によって、画面の表示を変える等…

How to use CMStepCounter

CMStepCounter CMStepCounterクラスは歩数へのアクセスを提供する 歩数の計測を開始する - (void)startStepCountingUpdatesToQueue:(NSOperationQueue *)queue updateOn:(NSInteger)stepCounts withHandler:(CMStepUpdateHandler)handler Code example // Ch…

How to iOS 7 Intaraction Transtion - NavigationController

How to iOS 7 Intaraction Transtion (NavigationController) 1.Return animator object in UINavigationControllerDelegate method. - (id)navigationController:(UINavigationController *)navigationController animationControllerForOperation:(UINavig…