iOS: TableView with multiple Images per Row (SDWebImage)
I try to load the images via SDWebImage for each cell. The loading procedures are all done in my custom UITableViewCell - not in the UITableViewController. From the The images are all stored in the documents directory and are not greater than max. 500Kb. Problem: My Problem is that when I scroll through my tableview it suddenly crashes and I don't know why. Enabling a symbolic breakpoint for all exceptions shows that it crashes because of one line in SDWebImage. Unfortunately there isn't a debugger output: (It crashes where the image is allocated) I also tried to load images via Additionally I get Memory Warnings when I scroll very fast so that I have to clear the cache of SDWebImage. At the same time it stops at the code line in SDWebImage mentioned above. I already searched the web for 2 days now and I didn't find something useful. I would be glad for some hints to fix this problem. If somebody needs additional data such as crash reports or something, just let me know and I will provide them quickly. | |||||||||||||||||||||
|
No comments:
Post a Comment