Hello i am trying to display images from url in tableview,the problem is that url is having authentication,how to display image url having authentication.Code i tried is given below.
[cell.im setImageWithURL:[NSURL
URLWithString:@"https://bouxxxx.XXXxtech.net/api/images/products/426/690"]
placeholderImage:[UIImage imageNamed:@"botton_orange_up 2.png"]];