Преглед на файлове

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++) {