APESuperHUD
APESuperHUD copied to clipboard
Enabled the modification of the contentMode applied to the iconImageView
This PR enabled modifying the contentMode
applied to the UIImageView
used to display the icon. I found out that it makes my life easier because using .scaleAspectFit
makes almost every icon look good, no matter the size, and it allows me to not having to specify the exact size for the icon.