You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
this package is awesome (yes!) and saving us a lot of time, but I am running is something that is either an issue or something I cannot understand.
When doing let batteryIcon = UIImage.fontAwesomeIconWithName(.Battery0, textColor: UIColor.whiteColor(), size: CGSizeMake(12, 12))
I do get a 12 x 12 image but the battery image fills the space vertically and hence the right part is truncated (as the shape has a larger width).
I tries with ArrowsH that is has a larger width as well and it scales correctly (the icon does not fill the height)
Any idea where it might come from ?
Many thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi there,
this package is awesome (yes!) and saving us a lot of time, but I am running is something that is either an issue or something I cannot understand.
When doing
let batteryIcon = UIImage.fontAwesomeIconWithName(.Battery0, textColor: UIColor.whiteColor(), size: CGSizeMake(12, 12))
I do get a 12 x 12 image but the battery image fills the space vertically and hence the right part is truncated (as the shape has a larger width).
I tries with ArrowsH that is has a larger width as well and it scales correctly (the icon does not fill the height)
Any idea where it might come from ?
Many thanks in advance.
The text was updated successfully, but these errors were encountered: