使用具有authentication-IOS SDK的URL设置图像

时间:2013-05-10 04:28:07

标签: ios web-services authentication uitableview uiimageview

您好我正在尝试在tableview中显示来自url的图片,问题是url正在进行身份验证,如何显示具有身份验证的图片网址。我尝试过的代码如下所示。

 [cell.im setImageWithURL:[NSURL   
 URLWithString:@"https://bouxxxx.XXXxtech.net/api/images/products/426/690"] 
 placeholderImage:[UIImage imageNamed:@"botton_orange_up 2.png"]];  

1 个答案:

答案 0 :(得分:1)

首先使用api在post方法中发送用户名和密码,然后与服务器进行身份验证以从服务器获取数据并在tableview中加载图像查看苹果源代码,它可以帮助您

http://developer.apple.com/library/ios/#samplecode/LazyTableImages/