Showing posts with label keyboard. Show all posts
Showing posts with label keyboard. Show all posts

Wednesday, February 1, 2012

Keyboard eltuntetes UITextField-nel

2 dolgot kell megenni:
- UITextField delagate-jet ra kell allitani a File's Owner-re
-textFieldShoudReturn(UITextFiled *)textField-ben meg kell hivni a textField-en a resignFirstResponder-t valahogy igy:

-(BOOL)textFieldShouldReturn:(UITextField *)theTextField {
    [uploadsURLTextField resignFirstResponder];
    return YES;
}