본문 바로가기
프로그래밍 놀이터/iOS

[Xcode] how to find method(selector) reference?

by 돼지왕 왕돼지 2018. 4. 10.
반응형

[Xcode] how to find method(selector) reference?




reference : http://stackoverflow.com/questions/7145045/find-method-references-in-xcode

call stack, call tree, caller, cursor, find method reference, find selector reference, IOS, Mouse, Reference, related file, selector, xcode, [Xcode] how to find method(selector) reference?


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!




반응형

댓글