In my iOS project I want to use SimpleLineIcons but they aren't shown.
I have copied the "iconize-simplelineicons.ttf" into the Resources folder under the iOS project and set the Build property to BundleResource. In my Info.plist I added the following snipped:
`
Heres a code snipped out of my XAML-File:
<iconize:IconLabel FontSize="18" HorizontalTextAlignment="Center" Text="icon-check" TextColor="Black" VerticalTextAlignment="Center" />
My environment:
Visual Studio 2019
Xamarin Forms 4.1 latest stable
Iconize 3.5.0.129
Can you say why the icons on iOS aren't shown? On Android they are shown.
In my iOS project I want to use SimpleLineIcons but they aren't shown.
I have copied the "iconize-simplelineicons.ttf" into the Resources folder under the iOS project and set the Build property to BundleResource. In my Info.plist I added the following snipped: `
`
Heres a code snipped out of my XAML-File:
<iconize:IconLabel FontSize="18" HorizontalTextAlignment="Center" Text="icon-check" TextColor="Black" VerticalTextAlignment="Center" />
My environment: Visual Studio 2019 Xamarin Forms 4.1 latest stable Iconize 3.5.0.129
Can you say why the icons on iOS aren't shown? On Android they are shown.
Thanks!