Re: Getting the view for a contextual menu

2009-02-20 Thread Ross Carter
On Feb 20, 2009, at 9:17 AM, Marshall Houskeeper wrote: I have setup a contextual menu in interface builder that sends an action to my controller. I have several similar views that will have the same contextual menu. When I invoke the contextual menu, the controller's IBAction function

Getting the view for a contextual menu

2009-02-20 Thread Marshall Houskeeper
I have setup a contextual menu in interface builder that sends an action to my controller. I have several similar views that will have the same contextual menu. When I invoke the contextual menu, the controller's IBAction function gets called as expected. The sender passed to the fun