(BOOL)textFieldShouldReturn:(UITextField *)textField { [textField resignFirstResponder]; [textView becomeFirstResponder]; return YES; }
確定! 回上一頁