반응형
[Xcode] how to find method(selector) reference? |
reference : http://stackoverflow.com/questions/7145045/find-method-references-in-xcode
Put the cursor on the selector(method), or something you want to check the reference, and the click the “Related file” icon on the left top corner of the editor area; which is shaped as 4 boxes gathered together.
You can find the “caller” section in the middle.
Move the mouse cursor on it, and you can find the references for the selector.
Helpful? :)
Good luck!
반응형
'프로그래밍 놀이터 > iOS' 카테고리의 다른 글
[Xcode] Simulator 에서 UITextField 를 클릭해도 키보드가 안 나와요 (0) | 2018.04.11 |
---|---|
[Xcode] Jump to declaration shortcut (0) | 2018.04.09 |
[Xcode] Auto formatting shotcut (0) | 2018.04.08 |
[Xcode tip] how to drag selected code to make custom snippet? (0) | 2018.04.07 |
[iOS] UILocalNotification 권한 요청하는 코드 (0) | 2018.04.05 |
댓글