How to force release an UITableViewCell
Is there a way to force a custom UITableViewCell to be released instead of waiting for the OS to autorelease it late开发者_JAVA技巧r?
I'm pretty sure you thought of this, but sending it a release message would do the trick... When do you want to force this release?
精彩评论