Create a Map with "Struct" in NSDictionary in Objective-c? - Stack Overflow
Struct(Cの構造体) を NSDictionary へ入れる話。NSValue でラップしてやる。
MAAttachedWindow NSWindow subclass » Matt Legend Gemmell
Snow Leopard でドックを右クリックすると出てくる吹き出し風ウィンドウを表示するライブラリ。
drawing NSImage tiles - Stack Overflow
NSDrawThreePartImage( ) という関数があるらしい(初めて知った)。今度試してみよう。
Mac Dev Center: Application Kit Functions Reference
What is the best scripting language to embed in Mac OS X 10.6 applications? - Stack Overflow
アプリ組み込みのスクリプティング環境は何が良いか?という話題。
AppleScript、F-Script(Smalltalk系)、JSTalk(知らなかった!)、
Nu(知らなかった、LISP系?)、ブリッジ経由で Perl, Python, Ruby、
それとRubyCooca,にPyObjC,CamelBones(for Perl)、MacRuby などが上がっていた。
Getting an array of properties for an object in Objective-C - Stack Overflow
プロパティをダンプする方法。class_copyPropertyList( ) が使えるらしい。
Mac Dev Center: Objective-C Runtime Programming Guide: Declared Properties
Coffee & Cocoa » Blog Archive » NSCell Image and Text Sample
NSTableView でカスタムセルを表示するサンプルプログラム。iPhone3.0のテーブル表示っぽい。
How does -performSelector:withObject:afterDelay: work? - Stack Overflow
メソッドを遅延実行できるとは知らなかった。