How can I find a line number in Xcode?

后端 未结 8 1504
小鲜肉
小鲜肉 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条回答
  •  梦毁少年i
    2021-02-03 17:22

    Keep Xcode top on Mac-Screen than press "command" and "comma key btn" a xcode preferences popbox will open given below: than click on "Text Editing" menu below given window will open here you on top written "show" with "Line numbers" just check it and thats it.

    Happy Coding!!!

提交回复
热议问题