I have a function in my *.m file
- (void)myFunction {}
How can I find the line number this function?
Shortcut cmd+L. Enter line number.
cmd+L
or
cmd+O. $CLASS_NAME:$LINE_NUMBER.
cmd+O
And your XCode goes to the line and highlights it!