Being new to mac programming and objective C, it seems to me that, after reading this chapter, it appears the one cannot look at the source code and know what objects (buttons etc) are wired to what methods and outlets.
In this example, looking at MFAExampleClass, you can see that there are two methods and an outlet, but you cannot determine which GUI elements are calling these methods.... unless you have IB running and right click on the various GUI elements.
Does this mean that one person cannot debug another person's code without IB running?
Submitted by Dave (not verified) on Sat, 07/24/2010 - 04:19.
Being new to mac programming and objective C, it seems to me that, after reading this chapter, it appears the one cannot look at the source code and know what objects (buttons etc) are wired to what methods and outlets.
In this example, looking at MFAExampleClass, you can see that there are two methods and an outlet, but you cannot determine which GUI elements are calling these methods.... unless you have IB running and right click on the various GUI elements.
Does this mean that one person cannot debug another person's code without IB running?
Submitted by Dave (not verified) on Sat, 07/24/2010 - 04:19.