> On Mar 11, 2015, at 5:09 PM, Mutlu Qwerty <mutluqwe...@hotmail.com> wrote:
> 
>        self.nextResponder = super.nextResponder  //insert self into the 
> Responder chain

That just sets the object's nextResponder property; it doesn’t insert the 
object into the responder chain. I think you want to set the _view’s_ 
nextResponder to self, also. (But check the Apple docs; they must cover this 
situation. It’s been a long time since I’ve done it.)

—Jens
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to