Re: making a custom view not grab the keyboard
Re: making a custom view not grab the keyboard
- Subject: Re: making a custom view not grab the keyboard
- From: "E. Wing" <email@hidden>
- Date: Tue, 27 Mar 2007 11:23:45 -0700
Will adding this to your view class help?
- (BOOL) acceptsFirstResponder
{
return NO;
}
-Eric
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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