toNewbie の質問: initWith.... メソッドの受信者が返されたオブジェクトの所有権を取得し、それを管理する必要があるかどうかを誰かが理解するのを手伝ってくれますか? 例えば:
NSString *msg; //could be used to hold some data, then
[msg initWithFormat: @"some text"]; //do I need to do a retain or is the method returning an auto-released string object
alloc を明示的に使用しないメソッドに頭を悩ませようとしているだけです