From: Panayotis K. <pan...@pa...> - 2011-06-08 13:49:52
|
Hello all! When digging the iOS 5 documentation, I found this: https://developer.apple.com/library/prerelease/ios/releasenotes/General/WhatsNewIniPhoneOS/Articles/iOS5.html#//apple_ref/doc/uid/TP30915195-SW4 I believe this is very interesting and XMLVM should consider implementing it :) It seems that more or less it does what we already do. If we can indeed get rid of the many retain/release methods and let the compiler decide about it, it would be a great benefit for this project. |