mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-05 15:37:45 +02:00
The contentMode was not properly managed. (reverted from commit b0fae6539f68aca145a30963aac27defdb42933f)
This commit is contained in:
@@ -287,7 +287,7 @@
|
||||
|
||||
imageView = [[UIImageView alloc] init];
|
||||
imageView.backgroundColor = [UIColor clearColor];
|
||||
imageView.contentMode = self.contentMode;
|
||||
imageView.contentMode = UIViewContentModeScaleAspectFit;
|
||||
[scrollView addSubview:imageView];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user