• 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
Re: making a custom view not grab the keyboard
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: making a custom view not grab the keyboard
      • From: Artemiy Pavlov <email@hidden>
  • Prev by Date: Core data store's as a document file format
  • Next by Date: Confusion regarding -worksWhenModal and -setWorksWhenModal
  • Previous by thread: Re: making a custom view not grab the keyboard
  • Next by thread: Re: making a custom view not grab the keyboard
  • Index(es):
    • Date
    • Thread