摘要: 1 -(void)pngAndJpg:(UIImage*)image{ 2 NSString *pngPath = [NSHomeDirectory() stringByAppendingPathComponent:@"Documents/Test.png"]; 3 NSString *jpgPath = [NSHomeDirectory() stringByAppen... 阅读全文
posted @ 2016-06-16 14:08 fearlessyyp 阅读(413) 评论(0) 推荐(0)