2014年5月20日

【iPhone】UIViewにUIImageを背景設定する方法



UIViewには、setBackgroundImageのメソッドは無いので、
その為のメモ

2014年5月15日

【iPhone】iOS4.3で、sendAsynchronousRequest



iOS7ベースに、アプリのプログラムをしていたら、
iOS4.3ではよく落ちる。

落ちる原因の1つ、
[NSURLConnection sendAsynchronousRequest:request queue:mainQueue completionHandler:completionBlock]

を解決しました。