3 At the end of the current iteration of the run loop. 來源 2010-07-01 11:07:24 +0 Thanks alex。你能用例子來解釋嗎? 如果我爲NSString使用initWithString,它將釋放內存的位置?在方法的結尾? – vinay 2010-07-01 11:14:14 +1 initWithString不是自動版本 - 你應該自己釋放它... – 2010-07-01 12:00:50 +1 @vinay:你應該閱讀Apple的內存管理指南,因爲這會回答你的許多問題:http://developer.apple.com/iphone/library/ documentation/cocoa/conceptual/memorymgmt/memorymgmt.html – 2010-07-01 12:11:40
Thanks alex。你能用例子來解釋嗎? 如果我爲NSString使用initWithString,它將釋放內存的位置?在方法的結尾? – vinay 2010-07-01 11:14:14
initWithString不是自動版本 - 你應該自己釋放它... – 2010-07-01 12:00:50
@vinay:你應該閱讀Apple的內存管理指南,因爲這會回答你的許多問題:http://developer.apple.com/iphone/library/ documentation/cocoa/conceptual/memorymgmt/memorymgmt.html – 2010-07-01 12:11:40