我在Instruments中检查了我的Iphone应用程序,它使用了392.00kb的内存,内存并没有减少,而且还在不断增加。
因此,尽管我没有使用UITableView,但仍然有一个[UISectionRowData refreshWithSection:tableView:tableViewRowData:]条目。
发布于 2011-11-25 23:17:25
尝试使用HeapShot,请参阅bbum的此tutorial。
基本上,在分配工具中,单击Heapshot,运行应用程序的迭代,重复3到4次,并查找持久存在的项。
https://stackoverflow.com/questions/8270927
复制相似问题