Removing an action from a subclass
Christiaan Hofman <[email protected]> Tue, 21 Dec 2010 19:37:59 +0100
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
A view I subclass implements an action that I don't want to support in that view, however I would like the action to be send up the responder chain to the controller object. How can I disable the action in my subclass in such a way that the responder chain does not stop at this view, as if the action method was never implemented? thanks, Christiaan