強火で進め

このブログではプログラム関連の記事を中心に書いてます。

2011-11-07から1日間の記事一覧

設定画面をSafariや openURL: で開く方法

位置情報使用のON/OFF設定。 prefs:root=LOCATION_SERVICESTwitterの設定。 prefs:root=TWITTERBluetoothの設定 prefs:root=General&path=Bluetoothルートとしてはこの様になっているみたいです。 prefs:root=Apps&path=Your+App+Display+Nameこちらのサイト…

Beginning iCloudのプログラミングのチュートリアル

Beginning iCloud in iOS 5 Tutorial Part 1 | Ray Wenderlich http://www.raywenderlich.com/6015/beginning-icloud-in-ios-5-tutorial-part-1 Beginning iCloud in iOS 5 Tutorial Part 2 | Ray Wenderlich http://www.raywenderlich.com/6031/beginning-i…

UIApplicationのNotificationsの一覧

パラメータ 説明 UIApplicationDidBecomeActiveNotification アプリケーションがアクティブになった時に通知。アプリ起動時やロック解除時 UIApplicationDidChangeStatusBarFrameNotification ステータスバーのサイズ変更が発生した時に通知。デバイスが回転…

iOS 5のSafariで追加されたコンパス情報の取得方法

iOS 5ではSafariで方位が取得出来る様になりました。早速、試されている方も居るみたいです。 Taking a new device API for a spin ≪ James Pearce http://tripleodeon.com/2011/10/taking-a-new-device-api-for-a-spin O.C.A.S: Getting you bearings with …