Sorry for this question. I've find out how to solve my problem in apple documentation. At my first reading I'd missed it.
Luca. On Mar 18, 2011, at 4:17 PM, Luca Ciciriello wrote: > Hi All. Im' new in Cocoa and Cocoa touch programming. > My question is: How can I make the keyboard disappear when I use a UITextView > conroller? > > In my class I've a Text field and a Text view controller and in my > declaration I'v added the delegates: <UITextFieldDelegate, UITextViewDelegate> > now In the case of UITextField I've used the method : > > - (BOOL)textFieldShouldReturn:(UITextField *)textField > > but there isn't nothing of similar for resign the first responder in the case > of UITextView. > > Thanks in advance. > > Luca._______________________________________________ > > Cocoa-dev mailing list ([email protected]) > > 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: > http://lists.apple.com/mailman/options/cocoa-dev/luca_ciciriello%40hotmail.com > > This email sent to [email protected] > _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
