iphone - How to jump from an event handler in story board to the code -


i have "hello" button in main view. have set touch inside handler changegreeting() in helloworldviewcontroller.m. connections inspector, can clear see association: enter image description here

my question is, how jump changegreeting() function in .m file here (the story board view)?

i expect clicking on "hello world view controller changegreeting:" button bring me source code. turns out not case.

there no way (as far can tell) jump directly panel changegreeting: method.

you can press command-shift-o (or choose file > open quickly…) , type changegreeting: (or prefix of it) jump definition.

if want apple add better way, go https://bugreport.apple.com/ , file feature request.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -