自動ロックを無効にする - iOS開発メモ

サンプル

idleTimerDisabledにYESを設定します。

[UIApplication sharedApplication].idleTimerDisabled = YES;

関連項目

なし