- (BOOL)textFieldShouldReturn:(UITextField *)textField; 这个代理方法会在return键被点击的时候调用。 optional public func textFieldShouldReturn(textField: UITextField) -> Bool // called when 'return' key pressed. return NO to ign...