da64f65c7b
This bug was caused by an inaccessible property of UIButton. Since the button was setup in IB using a system button with a custom icon, it’s imageView property is only accessible in code. The “view” content-mode in IB is misleading here, as it affects the UIButton.view NOT UIButton.ImageView. - Set content-mode of the buttons imageview to scaleAspectFit. |
||
---|---|---|
.. | ||
LaunchScreenPad.storyboard | ||
LaunchScreenPhone.storyboard | ||
Main.storyboard |