• 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: Dismissing the iPhone keyboard
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dismissing the iPhone keyboard


  • Subject: Re: Dismissing the iPhone keyboard
  • From: "Eric E. Dolecki" <email@hidden>
  • Date: Fri, 3 Apr 2009 10:44:27 -0400

You have that method hooked to the UITextField's DidEndOnExit?
E.

On Fri, Apr 3, 2009 at 9:30 AM, Development <email@hidden>wrote:

> I'm using
>
> - (void)textFieldDidEndEditing:(UITextField *)textField
> {
>
>        [textField resignFirstResponder];
> }
>
> and the matching method for the textview
>
> I have set the delegate in IB and yet the note is never sent.
>
> I can't figure out what I'm doing wrong.
>
>
>
> On Apr 3, 2009, at 6:24 AM, Dave DeLong wrote:
>
>  Have the UITextfield resignFirstResponder.  The keyboard goes away when an
>> editable element loses first responder status.
>>
>> Dave
>>
>> On Apr 3, 2009, at 6:49 AM, Development wrote:
>>
>>  How do I dismiss the keyboard from a UITextView when the cursor is moved
>>> out?
>>>
>> _______________________________________________
>>
>> 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
>>
>
> _______________________________________________
>
> 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
>



--
http://ericd.net
Interactive design and development
_______________________________________________

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

References: 
 >Dismissing the iPhone keyboard (From: Development <email@hidden>)
 >Re: Dismissing the iPhone keyboard (From: Dave DeLong <email@hidden>)
 >Re: Dismissing the iPhone keyboard (From: Development <email@hidden>)

  • Prev by Date: Re: How to animate the drawing of UIImages inside a drawRect: method of a UIView?
  • Next by Date: Re: Dismissing the iPhone keyboard
  • Previous by thread: Re: Dismissing the iPhone keyboard
  • Next by thread: Re: Dismissing the iPhone keyboard
  • Index(es):
    • Date
    • Thread