There's a handy little tool in Xcode hidden in the Find menu called Find Call Hierarchy. When invoked (shortcut keys: Ctrl-shift-cmd-h), it displays the call hierarchies for the method under the cursor.
There are often false positives, but it's still very useful.
.
.