标签: iphone objective-c
如何将imagedata转换为base64我的代码是:
UIImage *image = [UIImage imageNamed:@"BombTense.png"]; NSData *imageData=UIImagePNGRepresentation(image);
我想将这些imagedate转换为base64并将其传递给wsdl工具生成的webservices 码。请帮我。
答案 0 :(得分:0)
http://cocoawithlove.com/2009/06/base64-encoding-options-on-mac-and.html 作者Matt Gallagher