Open Pirate911 opened 7 years ago
The Font awesome plugin has an older version. more info here https://github.com/jsmarcus/Xamarin.Plugins/issues/44
Guys, try with this approach: Copy ttf files (e.g. iconize-fontawesome.ttf) to Resources folder on iOS Project. You can find them here: https://github.com/jsmarcus/Iconize/tree/master/src/Fonts
When i use this it doesn't work :
<iconize:IconImage IconSize="30" WidthRequest="30" HeightRequest="30" IconColor="Black" **Icon="fa-user-circle-o"** />
but this works and shows the icon :
<iconize:IconImage IconSize="30" WidthRequest="30" HeightRequest="30" IconColor="Black" **Icon="fa-user"** />
so , i have noticed that icon names that contains two and more dashes in the name don't show . i don't know if that's related . i am using the version shipped with the sample (4.7)
thank you