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.
在 Apple 文档中,有很多类是子类或抽象类。我怎样才能找到哪些类是给定类的子类?
例如:如果我正在查看 UIDummyClassAbstract,我如何找到所有继承 UIDummyClassAbstract 的类?
这将有助于获得更好的概述
它不完全在文档中,但您可以通过这种方式检查类层次结构:
尽管它不是免费产品,但如果您使用 AppCode 而不是 Xcode,这东西相对容易,即使对于您不拥有的类(如在您的示例中)。
搜索用法