The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
92 views

NSData writeToFile:atomically: cannot be read by NSKeyedUnarchiver unarchiveObjectWithFile

I am using EGOCache and EGOImageView for cache images, recently it stopped working, not exactly sure what's been changed, but after looking into EGO* code I found that it caches image via: ...
0
votes
0answers
127 views

tableview slow jerky scrolling due to egoimageview cache

I am using two types of tableview cells for my tableview. It has 5-6 subviews, including two egoimageviews that download the images from the internet and cache the images locally, using teh assigned ...
0
votes
0answers
263 views

how to load multiple image in scrollview from EGOImageLoading like instagram in iphone?

I am loading multiple images from server side in UIScrollView ,i have used scrollview because user can switch images to gridview and thumbview like instagram application in profile page or in ...
0
votes
1answer
449 views

Low memory warning with several EGOImageView

I ask for your help with a memory problem in my app! I've got a cell in a table which contains a horizontal scrollview with one or more EGOImageViews. This cell is always located in the row 0, but I ...
2
votes
2answers
611 views

setImage for UIImageView in uitableviewcell lags scrolling in iOS

I have a gallery view of photos that are downloaded from the internet so I used Enormego's EGOImageView. I noticed that when i scrolled down my tableview after the images were in the cache, the ...
0
votes
2answers
383 views

How to use EGOImageLoading with ASIHTTPRequest ? where is the viewDidLoad in EGOImageLoading?

I want use the EGOImageLoading to load pictures to a UITableVIew. I got the URLs by ASIHTTPRequest in the viewDidLoad function and put them in an Array. I've read the demo of EGOImageLoading , but ...
0
votes
1answer
1k views

How to use EGOImageView with dynamic image sizes?

I am using EGOImageView from Enormego (github here) and was wondering if anyone had successfully implemented this (along with the caching provided by EGOCache) with different size images. I can only ...