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:
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
Post a Comment