如何强制释放 UITableViewCell
有没有办法强制释放自定义 UITableViewCell,而不是等待操作系统稍后自动释放它?
Is there a way to force a custom UITableViewCell to be released instead of waiting for the OS to autorelease it later?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我很确定您想到了这一点,但是向其发送发布消息就可以了……您想什么时候强制发布?
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?