Is the app delegate the only place to put action methods for controls? Can other user created objects be targets as well? So if I click a button and I want an object I created to respond, where would I create the object and how would I assign it to the control? I am using Xcode 4.2. Is it even possible to do this (user created object respond to a button for instance)?
Thanks in advance