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
- Delivered-to: email@hidden
- Delivered-to: email@hidden
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=DPP6g+4OndyZe/Ue6WFiGz3zkbgL7gFcp1ZFFfX/cwjUeIUwMxIB51Zqfe3NPrpf5QO2glBao2x63ub0qECGqhuKG+FX0RReuTEhZn7NE1gEqg6hNUx3/WDAsYIQ9UO+gm0z1wOPG8odpoP5XYeHRmeynfu4rOk74/R+d5xy4Rs=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=oh0BANMQYp5A9wR7EuMQG+VYD5KpQsqPcYl8HvXcuhctc1Mr+6iS18iPrCuMc5YMdmQcqTQ4jLIllVerWwuYtx6Z0TDHVkttjvOecbg0AM5eI0oSooGx58EKHSpPXW6nLgsljc6OZWIMBXiMAGznih36Db0wJ33UopjDYQsTEOY=
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:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden
This email sent to email@hidden
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.