ASIHTTPRequest Documentation - All-Seeing Interactive
HTTP 通信用ライブラリ。iPhone開発では有名? これはかなりよく出来ている。現在 Twitpic クライアントの開発に利用している。
Using #error and #warning Compiler Directives
#error や #warning の使い方。
#error をこんな風に書いておくとビルド時にエラー(Build Failed)となる。
変更し忘れをビルド時に指摘することができる。これは便利。
#error : Change this value to your Flickr key NSString *const FlickrAPIKey = @"your-key-here";
#warnng はエラーにはならないがコンソールにメッセージが表示される。
inessential.com: On switching away from Core Data
iPhone アプリ NetNewsWire の作者が、CoreData から 直接 SQLite使う方法(FMDBを利用)へ切り替えたことについて語る。
Mac Dev Center: Services Implementation Guide: Introduction
Mac Dev Center よりサービスのリファレンス。サービスとはアプリメニューに現れるこんなやつ。
このサービスを活用できないかと調査中。