Unit Testing in Xcode 4 Quick Start Guide | Ray Wenderlich -
Unit Testing in Xcode 4 Quick Start Guide
Xcode4での単体テストチュートリアル。デフォルトのOCUnitではなくGHUnit+OCMockを使用する方法が紹介されている。
[Webサービス] Pythonプログラミングを2時間で学べる43個のチュートリアル動画。 | Last Day. jp
Technical Q&A QA1673: Technical Q&A QA1673 -
How to pause the animation of a layer tree
アニメーションを一時停止する方法
UserVoice - Customer Feedback and Helpdesk Solutions -
iPhoneアプリ出したらこういうのでFeedbackをもらえばいいかも。
アプリのメモリ使用量をリアルタイムに表示するクラスを公開しました - Over&Out その後 -
Instrumentsを使うほどではないけどざっくりメモリ使用量を確認したい…ってときに便利かも。
NSDate - 日付の計算、過去の日や末日を求める方法 - 強火で進め
下記設定項目のチェックを外す。
1. Xcode > Preferences > General > Enable Live Issues > In Editors, In Issue Navigator
2. File > Project Settings… > Enable live issues in the source editor
NSLogでCGRect型の情報を出力するには、
NSLog(@”%@”,NSStringFromCGRect(frame));
とやるのが楽みたい。