tags:

views:

290

answers:

1

Hi!

how do i find in XCode all caller functions of a specific function?

Thanks!x

+1  A: 

Use Find in Project as Text or as Symbol.

AFAIK, there's no equivalent to e.g. Call Hierarchy known from Eclipse or NetBeans.

Adam Woś