jsmarcus / Iconize

Use icon fonts in your Xamarin.Forms application!
Other
204 stars 70 forks source link

SimpleLineIcons aren't shown on iOS #163

Closed Dominic-NP closed 5 years ago

Dominic-NP commented 5 years ago

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: `

UIAppFonts
<array>
    <string>iconize-simplelineicons.ttf</string>
</array>

`

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!

Dominic-NP commented 5 years ago

I could reach out myself the issue and now they are shown on iOS too.