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.
删除 NSMutableArray 中的对象后出现一个奇怪的错误。
如果我删除一个对象
[Array removeObjectAtIndex:2];
数组更改为:
为什么现在有 2 个 ContactViewControllers?
lldb 有时会说谎。它会感到困惑,并会显示不正确的信息。尝试做
po Array
您应该会看到正确的数组内容。