ソースを参照

1.新建文件夹键盘收回 添加完成键

huangxiaodong 1 年間 前
コミット
354c64cc78
共有1 個のファイルを変更した5 個の追加0 個の削除を含む
  1. 5 0
      创维盒子/双子星云手机/Class/Set/uploadFile/fileTransfeSet/view/filePathCreatPopView.m

+ 5 - 0
创维盒子/双子星云手机/Class/Set/uploadFile/fileTransfeSet/view/filePathCreatPopView.m

@@ -294,6 +294,11 @@
       return YES;
 }
 
+- (BOOL)textFieldShouldReturn:(UITextField *)textField{
+    [textField resignFirstResponder];
+    return YES;
+}
+
 - (void)setModelSelectInRow:(NSInteger)row
 {
     for (int i=0; i<_curDataArr.count; i++) {