How can I know who calls the method in Xcode?

Viewed 3671

Does Xcode have a way to show the caller function of a method? I want to know all of the calling functions of a method in a class. A solution would be to find the method in the project, but sometimes different classes have methods with the same name - That could find us a method we're not looking for..

Many other IDEs have this capability, such as Visual C++ 2003/2005/2008,Eclipse ...

Can you do this in XCode?

2 Answers
Related