Pārlūkot izejas kodu

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

huangxiaodong 1 gadu atpakaļ
vecāks
revīzija
354c64cc78

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