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