【发布时间】:2013-04-17 19:12:47
【问题描述】:
在我的应用程序中,当我尝试使用以下编码时,我收到警告为
代码
[UIImageJPEGRepresentation(petAvadar.image, 1.0)base64Encoding]
警告
Instance method '-base64Encoding' not found (return type defaults to 'id')
如何去掉这个警告,请帮我解决。
【问题讨论】:
-
whr 是你的 base64Encoding 类..?你进口了吗?
标签: iphone ipad ios6 uiimagejpegrepresentation