官方文档中缺少一些 iOS 方法

missing some iOS Method in official documentations

为什么我找不到例如方法:

  - (id)performSelector:(SEL)aSelector withObject:(id)object1 withObject:(id)object2;

在官方 iOS 文档页面中,并且能够在 Xcode 中使用它?...

不知道为什么找不到。

就在Apple Documentation

这里

将鼠标悬停在功能上的选项键上,大多数情况下它都能达到目的。

它在 NSObject protocol 文档中。 与 (SEL performSelector and arguments)

重复