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.
我有一个UITableViewController显示为模态视图的视图。当我在模态中什么都不做并使用[self dismissModalViewControllerAnimated:YES];一切正常时。但是当我在滚动UITableView内部时关闭我的模式时,应用程序会因 EXC_BAD_ACCESS 而崩溃。
UITableViewController
[self dismissModalViewControllerAnimated:YES];
UITableView
我已经尝试过 NSZombieEnabled 但没有任何显示。有人知道为什么我的 tableview-delegates 在关闭视图后仍然被解雇?
如果您释放任何自动释放的对象,请检查 modalview 控制器的 dealloc 方法