autorelease
Creating autorelease objects in iPhone Development
I have a requirement to create some NSDecimalNumber objects objects as part of my application (as I require the precision of calculation the开发者_JS百科y offer) but I note that in calculations they r[详细]
2022-12-16 00:37 分类:问答how to find objects with autorelease message?
My application crashes when the autorelease pool is released. The reason seems to be that the object with autorelease message is sent a release message sometime before the pool is released, hence the[详细]
2022-12-08 00:01 分类:问答