Skip to content

Commit

Permalink
After photo is downloaded it is now saved to photo.image
Browse files Browse the repository at this point in the history
  • Loading branch information
Franklin Webber committed Apr 22, 2012
1 parent 49ec37c commit 1f789e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions EGOPhotoViewer/Views/EGOPhotoImageView/EGOPhotoImageView.m
Expand Up @@ -211,6 +211,8 @@ - (void)setupImageViewWithImage:(UIImage*)aImage {

if (!aImage) { return; }

self.photo.image = aImage;

self.loading = NO;
[self.activityView stopAnimating];
self.imageView.image = aImage;
Expand Down

0 comments on commit 1f789e9

Please sign in to comment.