Memory leak is the biggest headache for developers coding for iOS 3 and iOS4 devices, after using the static analysis tool of Xcode to identify the possible issues and fixing them, I found the tool to be quite helpful in improving your code. I reduced the possible issues from 110 items to just 22.
And about half of these actually from the RegexKitLite regular expression library I used, and after looking closer, the potential issues reported there were already looked into and could be "safely ignored".
This process not only improves your code quality and builds you confidence, also helps you understand the iOS memory management better.


Good info shared on the IOS static code analysis which is very beneficial in studying the code deeply.
ReplyDelete