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.
我不知道为什么会这样,但有时 xcode Code Sense 会将对象的类型显示为“id”而不是实际类型。我已经声明了一个可变数组的属性并合成了它,在 -dealloc() 中释放了它,在我的代码中没有任何地方使用过它,任何其他代码都不包含任何错误,(xcode 也不显示单个警告)。尽管如此,当我打开这个对象的代码感知时,它显示它的类型为 id,而不是 NSMutableArray。