2010-09-02 34 views

回答

0

您可以Base64編碼的圖像,然後嵌入web服務有效載荷以base64字符串,當iPhone收到消息解碼的base64字符串轉換成NSData的,那麼你就可以顯示出來。

0
UIImage *image = [UIImage imageWithData:[NSData dataWithContentsOfURL:[NSURL URLWithString:webPath]]];