I have a function in my *.m file
- (void)myFunction {}
How can I find the line number this function?
If you type command L and enter the desired line number, then you can jump to the line number in Xcode 5.
Go to Xcode Preferences > Text Editing > Show: Line numbers to show the line numbers on the editor.