iOS

Titanium MobileでDigest認証を使ってHTTP接続する

Titanium MobileでHTTPのDigest認証するためのコードのサンプルです。 簡単にコピペできるようにあえて、モジュール化もしていません。 ソース自身は、githubのhttpclient-digest.nodeを参照して、一部改変しました。 function sampleDigestAuth() { var xhr…

Could not find a storyboard named 'MainStoryBoard' in bundle NSBundleエラーが表示される時

iOS

何らかの原因で、Could not find a storyboard named 'MainStoryBoard' in bundle NSBundle がコンソールに表示されてiOSアプリが動作しない時の対処方法を書いておきます。XCode 4.3系で動作確認しました。 Show project Navigatorを開く。 MainStoryboard.…