Re: Keep sibling view in Responder Chain
Re: Keep sibling view in Responder Chain
- Subject: Re: Keep sibling view in Responder Chain
- From: Trygve Inda <email@hidden>
- Date: Fri, 27 Dec 2013 05:13:23 -0800
- Thread-topic: Keep sibling view in Responder Chain
> Hi
>
> Use SetNextResponder method to insert your view into the responder chain.
> https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/Even
> tOverview/EventArchitecture/EventArchitecture.html will give the more
> information.
>
>
So when can I know to call setNextResponder:mySourceView?
Since there are many ways that other views could be active. I'd just like to
always have the SourceView in the responder chain.
Overriding resignFirstResponder to always return NO seems like a bad idea
since that would affect the highlighting and ability of other views to
become active.
_______________________________________________
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