以ä¸ã®æ§ãªè¨è¿°ã§ ImageView ã«è¨å®ããã UIImage ã®ç»åãã¼ã¿ãã¢ããªã® Documents 以ä¸ã« test.png ã¨ããå称㧠ä¿åããã¾ãã (ãµã³ãã«ã®å ¨ä½ã¯ãã¡ãããDLãã¦ä¸ãã) - (IBAction)run:(id)sender { UIImage *image = ImageView.image; NSData *data = UIImagePNGRepresentation(image); NSString *filePath = [NSString stringWithFormat:@"%@/test.png" , [NSHomeDirectory() stringByAppendingPathComponent:@"Documents"]]; NSLog(@"%@", filePath); if ([data writeToFile:fileP
{{#tags}}- {{label}}
{{/tags}}