The contentMode was not properly managed. (reverted from commit b0fae6539f68aca145a30963aac27defdb42933f)

This commit is contained in:
ylecollen
2015-01-07 12:17:19 +01:00
parent e9512ac7ea
commit 342db04488
3 changed files with 285 additions and 1 deletions
+1 -1
View File
@@ -287,7 +287,7 @@
imageView = [[UIImageView alloc] init];
imageView.backgroundColor = [UIColor clearColor];
imageView.contentMode = self.contentMode;
imageView.contentMode = UIViewContentModeScaleAspectFit;
[scrollView addSubview:imageView];
}
}