2011-11-23から1日間の記事一覧
NSLog でパーセント(%)を出力する方法って %% なのね。今更ながら、メモっとこ。C言語、ちゃんとやってないのバレバレ ^^;) The code for percent sign in NSString format is %%. This is also true for NSLog() and printf() formats. How to add percen…
iOSアプリで非同期にファイルをダウンロードする場合、NSURLConnection のメソッドを使うのがお約束 connection:didReceiveResponse: connection:didReceiveData: connectionDidFinishLoading: connection:didFailWithError: connection:didReceiveAuthentic…