Hi, I am trying to display images with url in tableview, the problem is that url has authentication, how to display the url of an image that has authentication. The code I tried is below.
[cell.im setImageWithURL:[NSURL URLWithString:@"https://bouxxxx.XXXxtech.net/api/images/products/426/690"] placeholderImage:[UIImage imageNamed:@"botton_orange_up 2.png"]];
source share