6
IOS의 UIView에서 애플리케이션 문서 폴더에 이미지 저장
사용자가 저장할 수있을 때까지 이미지를 배치하고 유지할 수있는 UIImageView가 있습니다. 문제는 뷰에 배치 한 이미지를 실제로 저장하고 검색하는 방법을 알 수 없다는 것입니다. 다음과 같이 UIImageView에 이미지를 검색하고 배치했습니다. //Get Image - (void) getPicture:(id)sender { UIImagePickerController *picker = [[UIImagePickerController alloc] init]; picker.delegate = self; picker.allowsEditing = YES; picker.sourceType = (sender …