SDWebImage is a simple image library for iOS which provides caching and an easy way to load remote images asynchronously into UIImageViews.
2
votes
1answer
33 views
If no Image from API, need to realign Table View Cell
I'm using SDWebImage. I'm pulling the images in correctly from a web service API, but if the API I'm getting the response from doesn't have an image ("null"), I want to realign my Table View Cell.
...
1
vote
1answer
23 views
tapping on UIImageView and opening a bigger Image
I have an app that displays, in a tableview, an image and some details. I'm trying to make it so that, when someone touches on the image displayed in my table view, the app opens the same image in a ...
0
votes
1answer
72 views
sdwebImage setImageWithURL: placeholderImage: completed:
i use the SDWebImage new version and call:
self.imgIndicatorView.center=self.img.center;
self.imgIndicatorView.hidden=NO;
[ self.imgIndicatorView startAnimating];
__block ...
1
vote
1answer
57 views
UIImageView finding how much is out of bounds
I'm scaling an image within my UIImageView using : UIViewContentModeScaleAspectFill
The image scales nicely but my issue is the ImageView sits within a UIScrollView, I've set the origin to 0,0. This ...
0
votes
0answers
24 views
Fast enumeration crash on updating constraints
I have a UICollectionView with a lot of cells that contain a UIImageView.
I use SDWebImage to load images into them.
When I scroll really fast, the application crashes. LLDB doesn't do me any good, ...
0
votes
0answers
44 views
SDWebImage is crashing while loading the image - Terminating app due to uncaught exception 'NSInternalInconsistencyException',
I am using SDWebImage library to load images to uitableview. Please see the code for loading below. But when i run from device it is crashing occasionally stating that "Terminating app due to uncaught ...
-1
votes
0answers
11 views
sdwebImage if image is not at server side [duplicate]
I am also facing the issue ,below is the code.It is showing errors for first time when request is made and then no completion block is calling on requesting the same url again .
[self.imageview ...
0
votes
1answer
34 views
SDwebimage is not responding second time
I am facing the issue ,below is the code. It shows error for the very first time and then no completion block is calling .
[self.comicsImage setImageWithURL:[NSURL URLWithString:self.imageUrl]
...
4
votes
1answer
185 views
Occasional black screen after resuming iPhone app
While testing a new build of our iPhone app, we're occasionally seeing the app window go completely black when resuming the app sometime after applicationWillEnterForeground. The only way to make the ...
0
votes
1answer
35 views
SDWebImage and setting custom HTTP headers?
I´ve just changed my code for caching images away from EGOImageCache to SDWebView. Unfortunately i don´t know how to set custom HTTP headers as i have to send authentification to be able to fetch ...
0
votes
1answer
60 views
iOS set timeout for url request in SDWebImage
I'm using SDWebImage library for caching image in my iOS app. Now when loading image from server I'm showing an activity indicator on the imageview. I'm using the following code
__block ...
0
votes
2answers
68 views
SDWebImage NSURLRequests failing intermittently
I'm loading images from a remote server using SDWebImage into a UICollectionView using the following code:
[myCell.imageView setImageWithURL:imgURL placeholderImage:nil options:SDWebImageRetryFailed ...
0
votes
2answers
57 views
iOS SDWebImage - How to properly handle retina images on different devices?
I am using the SDWebImage library for image caching in my apps, but haven't been able to get retina images to display properly.
I know there has been a lot of conversation about the downloading of ...
0
votes
1answer
79 views
iOS use cached image with SDWebImage properly
I am using SDWebImage to get pictures.
let's say I have two view controllers A and B. B is the next view of A. they need to show the same image:
[iconIamgeView setImageWithURL:[NSURL ...
0
votes
1answer
25 views
SDWebImage not show placeholderImage
i have a image link people.avatarbig:http://ws.loc.sh/images/515b9f54e4b04a5a481030f9
when you use browse to open it,you will see nothing,so SDWebImage should show placeholderImage but now it show ...
0
votes
0answers
56 views
SDWebImage not showing randomly in UITableViewCell
Hello I have a script that downloads an image and dynamically sets the UITableView height after it finishes the download, but some images randomly do not show , the curious think is that when i change ...
0
votes
3answers
57 views
How to make SDWebImage maintain size in UITableViewCell
cell.imageView is displayed correctly on first loading.
After the UITableViewCell move off screen and back on again, suddenly cell.imageView size has changed to fill the height of the cell.
Same thing ...
2
votes
1answer
95 views
SDWebimage scrolling
I use SDWebimage to load and cache pictures, and now I am looking for a way to swipe/scroll through the images. I've tried different approaches but I can't seem to get it working, can someone help me ...
0
votes
1answer
57 views
AFImageRequestOperation with SDWebImage issue
I use AFImageRequestOperation to download some icons, meanwhile use SDWebImage to download some pics for main view. Each AFImageRequestOperation is added to my publicOperationQueue defined in app ...
1
vote
2answers
50 views
Table view mixes up images
I use SDWebImage to load and display async images in TableView. But sometimes when I scroll up and down fast, it mixes up all images and display it in other rows. This is my cellForRowAtIndexPath:
- ...
0
votes
1answer
137 views
Memory management, many images in UICollectionView
I'm showing thumbnails of pictures (from the internet) in a UICollectionView in my app. When there are too many (like 20+) and too high res'd images the app simply crashes. I'm sort of an amateur when ...
1
vote
3answers
247 views
SDWebImage does not load remote images until scroll
I am using SDWebImage library to load remote images into a table view which uses a custom cell class i have created. I simply use
[cell.imageView setImageWithURL:url placeholderImage:[UIImage ...
0
votes
1answer
37 views
Can I use SDWebImage with POST requests?
Here is my case.
I'm making an app which download a lot of images from a server. I'm using AFNeworking and everything is ok except image caching. It turns that the image server headers must have the ...
0
votes
0answers
35 views
SDWebImage crashes for unreconized selector
I'm tring to use sdwebimage but my app crahses when it try load images with it...
i don't know why the debug says [UIImageView setImageWithURL:placeholderImage:]: unrecognized selector sent to ...
0
votes
1answer
70 views
Images in TableView Issue
I use SDWebImage to download the Pictures from my parsed XML file, and display it in a TableView. But the problem is that some images are not shown. This it how it looks like:
This is my code for ...
0
votes
1answer
76 views
Incompatible block pointer types SDWebImage
I checked some answers on this, but this is specific to my code, and I cannot get this to work. Any thoughts?
Error starts at
completed:^(UIImage *image, NSError *...
Full code
//Load from URL
...
0
votes
1answer
61 views
SDWebImage not running
This problem may be weird, but it is happening and I am not getting it.
I have just downloaded the code from https://github.com/rs/SDWebImage and try to run example project.
It is building ...
0
votes
2answers
64 views
Image not being set in the UItableViewCell:
I am trying to set an image to the UITAbleViewCell but it does not show up untill unless scrolled.
I apologize if its repetitive. But I've tried setNeedsDiplay, reloadRowsinIndexPAth, and all other ...
1
vote
2answers
96 views
SDWebImage: running a method BEFORE image is refreshed and placed
So before anything else, I found this:
SDWebImage process images before caching
which kind of helps but I really want to use SDWebImage, is there a way to process the images via a method outside of ...
1
vote
1answer
107 views
Why is SDWebImage with UITableView causing exception?
I'm a noob to iphone development and I am trying to implement the SDWebImage library into my project. My project builds fine, however it when I display my tableview my app crashes with an invalid ...
0
votes
1answer
95 views
iOS SDWebImage for UITableView?(solved)
This is my code,I have created a cusom UITableViewCell and uses SDWebImage to load image asynchronously. But it is not working. When I use default cell like this "cell.imageView setImage..." it works ...
0
votes
1answer
71 views
Show and Hide ActivityIndicator using SDWebImageDownloader
I am loading image using SDWebImageDownloader classes on every button click in my view.
__block UIActivityIndicatorView *activityIndicator = [[UIActivityIndicatorView alloc] ...
0
votes
1answer
56 views
How know whether image is coming from cache or form url in SDWebImage?
I am using SDWebImage for loading a list of images and it was really good but while loading images next time it's loading image from cache if the url is same. But I need to know its coming form cache ...
0
votes
1answer
213 views
SDWebImage showing placeholder for images in cache
Using SDWebImage 3 in an iOS 5.1 project (iPad).
We show fairly large images( 700x500), and we have lots of them (+1000). We are prefetching the images and caching to disk and then allows the user ...
0
votes
1answer
76 views
SDWebImage 3 and iOS 5.1 Subscript Compiling error
Per the SDWebImage about SDWebImage 3 supports iOS 5.0 ("The version 3.0 of SDWebImage isn't fully backward compatible with 2.0 and requires iOS 5.0 minimum deployement version").
However, I am ...
0
votes
1answer
132 views
Images wont get cached when using SDWebImage
I cant get SDWebImage to work correctly.
I have UITableView with images that are always showing, yet the cache is always empty.
in other words, the images are not connected to the SDWebImage cache.
...
1
vote
2answers
128 views
Explain __weak and __strong usage reasons in SDWebImage code
I think I understand strong and weak keywords well, but I don't understand how it's used in the code below. This code is from SDWebImage by Olivier Poitrey available on github. I understand strong ...
0
votes
1answer
237 views
SDWebImage Download image and store to cache for key
Hello I am using the SDWebImage framework in a project and I was wanting to download and cache some images, but I think my code is storing the image in the cache twice? Is there a way to store a ...
0
votes
1answer
68 views
Problems with current version of SDWebImage
When I download the latest sourcecode of SDWebImage from the GitHub repo, I get compile errors in it.
For example in SDImageCache.m I have undeclared or unsynthesized properties. In ...
-1
votes
1answer
55 views
Working version of SDWebImage
I accidentally deleted my old SDWebImage version from my project and now I need to readd it again. The newest versions can be added as a framework to Xcode, but that doesn't work, because if I do ...
0
votes
0answers
60 views
Can SDWebImageDownloader cancel download?
I'm using SDWebImageDownloader (UIImageView+WebCache.h) to download some image.
When image is downloading, and user navigates back to previous view controller,
I want to cancel SDWebImageDownloader's ...
0
votes
0answers
58 views
SDWebImage's SDimageCache Error at Runtime
I started using the SDWebImage.
I followed the instructions and installed it in my project.
But when i call it inside the app through these functions error is generated.
"(UITableViewCell ...
1
vote
1answer
184 views
SDImageCache - imageFromMemoryCache returns nil
I'm using the latest version of SDWebImage (SDImageCache), and saving image by code
[[SDImageCache sharedImageCache] storeImage:image forKey:@"1"];
and I'm sure the image have been saved ...
1
vote
0answers
50 views
app crash when SDWebImageProgressiveDownload
I am using SDWebImage library for fetching and caching images in a table view. However the app crashes due to low memory when i use the option SDWebImageProgressiveDownload.Also the library seems to ...
7
votes
2answers
213 views
Two Categories on the same Class with the same method name
I've noticed that the AFNetworking and SDWebImage categories on UIImageView have the same method name.
AFNetworking:
- (void)setImageWithURL:(NSURL *)url {
[self setImageWithURL:url ...
1
vote
1answer
224 views
iOS SDWebImage NSURLErrorDomain error 406 before it even contacts the server, why?
I have written a WS and one of the things it provides is avatars(uploading and servering). The only problem is that any time I try to access one with SDWebImage (UIButton+SDWebImage) I get the above ...
1
vote
0answers
291 views
iOS: TableView with multiple Images per Row (SDWebImage)
I am a bit desperated about my sectioned tableview. I use a custom UITableViewCell with 4 images like the one below:
I try to load the images via SDWebImage for each cell.
The loading procedures ...
0
votes
0answers
310 views
cannot use sdwebimage category (mach linker errors)
I want to use SDWebImage for my imageviews so that i can get images from the web. I downloaded the zip from github, unzipped it. I dragged files from SDWebImage folder into xcode, checked copy items, ...
0
votes
0answers
40 views
SDWebImage without thumbnails
After a couple of days trying whatever, reading posts, questions and forums I've come to this home of coders to ask for some help.
I've successfully implemented SDWEBImage but I want to go directly to ...
0
votes
1answer
55 views
Importing a Header File and Having .m Changes Carry Over in Xcode
For my first iPhone app, I've been using SDWebImage on Github to pull images from the internet.
This package comes with a SDWebImage.framework. I've been able to import that header file with ...


