在 Xcode 中,我如何知道哪个类实现了协议?

在 Xcode 中,我如何知道哪个类实现了协议?

问题描述:

我想知道在 Xcode 中,我可以快速知道哪些类实现了某些协议吗?

I am wondering in Xcode, can I quickly know which classes implement some protocols?

我不想使用搜索,但想快速识别此类.

I don't want to use search, but want to quickly identify such classes.

特别是协议实现的类只需按下协议方法上的命令 btn + 鼠标右键单击"..

in particular class in which protocol implement just press 'command btn + right click of mouse' on protocol method..

它将显示具有此方法实现的所有类的列表.你可以通过点击它来跳转到那个类...

it will show list of all class with implementation of this method. and you can jump on that class by just click on it...