Re: Dismissing The Keyboard
Re: Dismissing The Keyboard
- Subject: Re: Dismissing The Keyboard
- From: Andreas Liebschner <email@hidden>
- Date: Wed, 22 May 2013 13:50:52 +0200
On Wed, May 22, 2013 at 1:34 PM, Harmony Neil <email@hidden> wrote:
> Does anyone know what is the best way of dismissing the keyboard?
> I preferably want to dismiss the keyboard for whichever of the 3 textFields I'm writing
> in.
Hello,
Give UIView's endEditing: method a try. Here is the doc (shortened
with google since Apple's doc URL are kinda messy):
http://goo.gl/Cs2Pw
You'd basically call it on the UIView containing these text fields.
PS: objc-language should not be used for email messages like this.
cocoa-dev is fine.
Andreas
_______________________________________________
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