Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Heapshots 显示对象没有被释放,同时日志显示 dealloc 被调用。我确实释放了所有属性并删除了 dealloc 中的所有超级视图。那么为什么内存仍然没有释放呢?
您是否(假设您没有使用 ARC)在您的 dealloc 方法结束时调用 [super dealloc] ?
如果dealloc被调用,但是支持对象的内存没有被释放,有两种可能:
dealloc
[super dealloc]
-dealloc