newbie question
newbie question
- Subject: newbie question
- From: Luca Ciciriello <email@hidden>
- Date: Fri, 18 Mar 2011 16:17:32 +0100
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@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