Skip to content

Instantly share code, notes, and snippets.

@johnnypez
Created July 16, 2010 09:41
Show Gist options
  • Save johnnypez/478187 to your computer and use it in GitHub Desktop.
Save johnnypez/478187 to your computer and use it in GitHub Desktop.
--- Sources/TTPhotoView.m (revision 175)
+++ Sources/TTPhotoView.m (working copy)
@@ -293,6 +293,7 @@
- (void)loadImage {
if (_photo) {
_photoVersion = TTPhotoVersionLarge;
+ self.defaultImage = self.image;
self.urlPath = [_photo URLForVersion:TTPhotoVersionLarge];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment