We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29efc0 commit abb5bcfCopy full SHA for abb5bcf
1 file changed
Coding_iOS/Controllers/ProjectSetting/ProjectSettingViewController.m
@@ -106,7 +106,7 @@ -(void)imagePickerController:(UIImagePickerController *)picker didFinishPickingM
106
if (dataDic) {
107
self.project.icon = dataDic[@"icon"];
108
[[[SDWebImageManager sharedManager] imageCache] storeImage:image forKey:self.project.icon];
109
- [self.navigationController popViewControllerAnimated:YES];
+// [self.navigationController popViewControllerAnimated:YES];
110
}
111
//
112
self.projectImageView.image = image;
0 commit comments