I have a function in my *.m file
- (void)myFunction {}
How can I find the line number this function?
Go to Xcode Preferences > Text Editing > Show: Line numbers to show the line numbers on the editor.