FontAwesome.swift
FontAwesome.swift copied to clipboard
Swift icons showing as Question Marks
I want to use Fontawesome Icons for swift but when I use lines like this
dockerIcon.setImage(UIImage.fontAwesomeIcon(name: .docker, style: .regular, textColor: .black, size: CGSize(width: 20, height: 20)), for: .normal)
The icons are showing up as question marks. Any help would be appreciated.
Try to use "style: .brands" and not "style: .regular"