iphone - Automated checking of non-dealloc'd properties in Objective-C -
is there automated way check properties defined in class not deallocated in dealloc
method can built unit tests? hoping automate memory management testing, seems biggest fault when coding in objective-c iphone.
i'm not sure if you've tried or not there 'build , analyze' option in build menu pretty job of this. use @property's everywhere , seemed pick of mine correctly.
i encountered option accidental click , found valuable!
Comments
Post a Comment