-
Notifications
You must be signed in to change notification settings - Fork 215
Open
Description
Hi all,
I'm noticing that using the imageView.imageURL of EGOImageView is downloading images too slow.
The images are available on CDN Akamai (Cloud Files from Rackspace Cloud) and even in Wifi, the download is too slow.
How I'm implementing:
-
(void)awakeFromNib {
[super awakeFromNib];
imageView = [[EGOImageView alloc] initWithPlaceholderImage:[UIImage imageNamed:@"placeholder.png"]];
imageView.frame = CGRectMake(50, 36, 268, 205);
[self.contentView addSubview:imageView];
}
And after this:
imageView.imageURL = [NSURL URLWithString:url];
My images have on average 300kb and are taking almost a minute to load on wifi.
Is there anything wrong on my implementation? Any suggestions?
Thank you in advance!
Metadata
Metadata
Assignees
Labels
No labels