Armagan

Results 4 comments of Armagan

No need to use Plugin.Iconize.Iconize.Droid.IconControls.Init(Resource.Id.toolbar); and FormsPlugin.Iconize.iOS.IconControls.Init(); Just delete Xam.FormsPlugin.Iconize nuget package Then it worked.

how to add brands otf file to project.

install Xam.Plugin.Iconize and Xam.Plugin.Iconize.FontAwesome v3.0.0.66 only into PCL project. file name: "iconize-fontawesome-brands.otf" App.xaml.cs: Plugin.Iconize.Iconize .With(new Plugin.Iconize.Fonts.FontAwesomeRegularModule()) .With(new Plugin.Iconize.Fonts.FontAwesomeBrandsModule()) .With(new Plugin.Iconize.Fonts.FontAwesomeSolidModule());

You have to copy and paste iconize-fontawesome.ttf file into iOS Resources, then in Info.plist file you should add this 1. - > UIAppFonts 2. - > 3. - > iconize-fontawesome.ttf...