marinofaggiana %!s(int64=4) %!d(string=hai) anos
pai
achega
e1366b6fc7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Share/ShareViewController.m

+ 1 - 1
Share/ShareViewController.m

@@ -412,7 +412,7 @@
     else if (UTTypeConformsTo(fileUTI, kUTTypeImage)) {
         image = [UIImage imageWithContentsOfFile:[NSTemporaryDirectory() stringByAppendingString:fileName]];
         if (image) {
-            image = [image resizeImageWithSize:CGSizeMake(cell.frame.size.width, cell.frame.size.height)];
+            image = [image resizeImageWithSize:CGSizeMake(100, 100)];
         } else {
             image = [UIImage imageNamed:@"file_photo"];
         }