How can I find a line number in Xcode?

后端 未结 8 1500
小鲜肉
小鲜肉 2021-02-03 16:53

I have a function in my *.m file

- (void)myFunction {}

How can I find the line number this function?

相关标签:
8条回答
  • 2021-02-03 17:32

    If you type command L and enter the desired line number, then you can jump to the line number in Xcode 5.

    0 讨论(0)
  • 2021-02-03 17:37

    Go to Xcode Preferences > Text Editing > Show: Line numbers to show the line numbers on the editor.

    0 讨论(0)
提交回复
热议问题