• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Responder Chain Confusion
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Responder Chain Confusion


  • Subject: Responder Chain Confusion
  • From: email@hidden
  • Date: Mon, 08 Sep 2014 01:24:34 +0900

Hi all

I just spent a bit of time poking around the responder chain and nil targeted actions.
I built a view controller and a view hierarchy with controls that should be configurable.
When instantiating the view controller the interface allows configuring the action SEL of the controls. Reuse is the goal of course.
I know 10.10 changes things greatly for view controllers. But on 10.9 that's not there.

Anyway, I need to insert the view controller into the responder chain between its top level view and that view's superview.
That wasn't too bad. Implement the missing reference to the vc in a view subclass and give the vc a callback when the view is in place.

But what I found while tinkering is that for non-document based apps from a vanilla project template there was no next responder for the window or the NSApplication instance.
I had a method in the app delegate that I was trying to reach via nil targeted action. It couldn't get there.
So I set the window nextResponder to the app and the app to the app delegate. I also made the app delegate an NSResponder subclass.

It feels like overkill.
Am I missing something simple?
Is there something better to do here?



_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: Responder Chain Confusion
      • From: Lee Ann Rucker <email@hidden>
    • Re: Responder Chain Confusion
      • From: Kyle Sluder <email@hidden>
    • Re: Responder Chain Confusion
      • From: Keary Suska <email@hidden>
  • Prev by Date: Re: Bindings to enable a menu item based on an array's element count
  • Next by Date: Re: Responder Chain Confusion
  • Previous by thread: Re: Bindings to enable a menu item based on an array's element count
  • Next by thread: Re: Responder Chain Confusion
  • Index(es):
    • Date
    • Thread